Langue

ProtocolPropertyCollection.Item[] Propriété

Définition

Surcharges

Nom Description
Item[Int32]

Indexeur entier

Item[String]

indexeur de chaînes

Item[Int32]

Indexeur entier

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

Paramètres

index
Int32

Valeur de propriété

S’applique à

Item[String]

indexeur de chaînes

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

Paramètres

name
String

Valeur de propriété

S’applique à