Compartir a través de


ProtocolPropertyCollection.Item[] Property

Definition

Overloads

Item[Int32]

Integer indexer

Item[String]

string indexer

Item[Int32]

Integer indexer

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

Parameters

index
Int32

Property Value

Applies to

Item[String]

string indexer

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

Parameters

name
String

Property Value

Applies to