ProtocolBase.ProtocolProperties 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.
Représente une collection d'objets ProtocolProperty. Chaque objet ProtocolProperty représente un attribut défini sur le protocole référencé.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ ProtocolProperties { Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection ProtocolProperties { get; }
member this.ProtocolProperties : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
Public ReadOnly Property ProtocolProperties As ProtocolPropertyCollection
Valeur de propriété
Objet ProtocolPropertyCollection qui représente tous les attributs définis sur le protocole référencé.
Exemples
Gestion des services et des paramètres réseau à l'aide du fournisseur WMI