ProtocolBase.ProtocolProperties Propriété

Définition

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

S’applique à