ProtocolPropertyCollection.Item[] 屬性

定義

多載

名稱 Description
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

屬性值

適用於