ClientProtocolCollection.Item[] プロパティ

定義

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

オーバーロード

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

パラメーター

index
Int32

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

プロパティ値

クライアント プロトコルを表す ClientProtocol オブジェクトの値です。

コレクションの使用

適用対象

Item[String]

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

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

パラメーター

name
String

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

プロパティ値

クライアント プロトコルを表す ClientProtocol オブジェクトの値です。

コレクションの使用

適用対象