ServerProtocolCollection.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 ServerProtocol dans la collection par nom ou par numéro d'index.
Surcharges
Item[Int32] |
Obtient un objet ServerProtocol dans la collection par numéro d’index. |
Item[String] |
Obtient un objet ServerProtocol dans la collection par nom. |
Item[Int32]
Obtient un objet ServerProtocol dans la collection par numéro d’index.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ default[int] { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ get(int index); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
Default Public ReadOnly Property Item(index As Integer) As ServerProtocol
Paramètres
- index
- Int32
Valeur Int32 qui spécifie la position de l'objet ServerProtocol dans la collection ServerProtocolCollection.
Valeur de propriété
Valeur de l'objet ServerProtocol qui représente le protocole serveur.
S’applique à
Item[String]
Obtient un objet ServerProtocol dans la collection par nom.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ default[System::String ^] { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
Default Public ReadOnly Property Item(name As String) As ServerProtocol
Paramètres
- name
- String
Valeur String qui spécifie le nom de l'objet ServerProtocol dans la collection ServerProtocolCollection.
Valeur de propriété
Valeur de l'objet ServerProtocol qui représente le protocole serveur.