ProtocolPropertyCollection.Item[] プロパティ

定義

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

オーバーロード

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

パラメーター

index
Int32

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

プロパティ値

プロトコルの属性を表す ProtocolProperty オブジェクトの値です。

適用対象

Item[String]

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

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

パラメーター

name
String

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

プロパティ値

プロトコルの属性を表す ProtocolProperty オブジェクトの値です。

コレクションの使用

適用対象