Idioma

ProtocolPropertyCollection.Item[] Propriedade

Definição

Sobrecargas

Nome Description
Item[Int32]

Indexador inteiro

Item[String]

indexador de cadeia de caracteres

Item[Int32]

Indexador inteiro

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

Parâmetros

index
Int32

Valor da propriedade

Aplica-se a

Item[String]

indexador de cadeia de caracteres

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

Parâmetros

name
String

Valor da propriedade

Aplica-se a