次の方法で共有


ServerInstanceCollection.Item[] プロパティ

定義

コレクション内にある指定した名前またはインデックス番号の ServerInstance オブジェクトを取得します。

オーバーロード

Item[Int32]

コレクション内の ServerInstance オブジェクトをインデックス番号に基づいて取得します。

Item[String]

コレクション内にある指定した名前の ServerInstance オブジェクトを取得します。

Item[Int32]

コレクション内の ServerInstance オブジェクトをインデックス番号に基づいて取得します。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ default[int] { Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ get(int index); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
Default Public ReadOnly Property Item(index As Integer) As ServerInstance

パラメーター

index
Int32

ServerInstanceCollection コレクション内の ServerInstance オブジェクトの位置を示す Int32 値です。

プロパティ値

ServerInstance SQL Serverのインスタンスを表す オブジェクト値。

適用対象

Item[String]

コレクション内にある指定した名前の ServerInstance オブジェクトを取得します。

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

パラメーター

name
String

String コレクション内の ServerInstance オブジェクトの名前を示す ServerInstanceCollection 値です。

プロパティ値

ServerInstance SQL Serverのインスタンスを表す オブジェクト値。

適用対象