ProtocolPropertyCollection.Item[] Propriété

Définition

Obtient un objet ProtocolPropertyCollection dans la collection par nom ou par numéro d'index.

Surcharges

Item[Int32]

Obtient un objet ProtocolPropertyCollection dans la collection par numéro d’index.

Item[String]

Obtient un objet ProtocolProperty dans la collection par nom.

Item[Int32]

Obtient un objet ProtocolPropertyCollection dans la collection par numéro d’index.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ default[int] { Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ get(int index); };
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 Int32 qui spécifie la position de l'objet ProtocolProperty dans la collection ProtocolPropertyCollection.

Valeur de propriété

Valeur de l'objet ProtocolProperty qui représente un attribut du protocole.

S’applique à

Item[String]

Obtient un objet ProtocolProperty dans la collection par nom.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ default[System::String ^] { Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ get(System::String ^ name); };
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 String qui spécifie le nom de l'objet ProtocolProperty dans la collection ProtocolPropertyCollection.

Valeur de propriété

Valeur de l'objet ProtocolProperty qui représente un attribut du protocole.

Exemples

Utilisation de collections

S’applique à