言語

ComputerCollection.Item[String] プロパティ

定義

指定された名前のオブジェクトをコレクション内で返します

public:
 property Microsoft::SqlServer::Management::Utility::Computer ^ default[System::String ^] { Microsoft::SqlServer::Management::Utility::Computer ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Utility.Computer this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Utility.Computer
Default Public ReadOnly Property Item(name As String) As Computer

パラメーター

name
String

コンピュータ名を指定する String の価値です。

プロパティ値

指定された名前を持つコンピュータを表す Computer オブジェクト値。

適用対象