ProtocolPropertyCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.