言語

ProtocolPropertyCollection.Item[] プロパティ

定義

オーバーロード

名前 説明
Item[Int32]

整数インデクサー

Item[String]

文字列インデクサー

Item[Int32]

整数インデクサー

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

プロパティ値

適用対象

Item[String]

文字列インデクサー

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

プロパティ値

適用対象