ServerInstanceCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内にある指定した名前またはインデックス番号の 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のインスタンスを表す オブジェクト値。