ProtocolPropertyCollection.Item プロパティ (Int32)

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

名前空間:  Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ProtocolProperty 
    Get
'使用
Dim instance As ProtocolPropertyCollection 
Dim index As Integer 
Dim value As ProtocolProperty 

value = instance(index)
public ProtocolProperty this[
    int index
] { get; }
public:
property ProtocolProperty^ default[int index] {
    ProtocolProperty^ get (int index);
}
member Item : ProtocolProperty
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
プロトコルの属性を表す ProtocolProperty オブジェクトの値です。

関連項目

参照

ProtocolPropertyCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Smo.Wmi 名前空間