Freigeben über


ProtocolBase.ProtocolProperties Eigenschaft

Definition

Stellt eine Auflistung von ProtocolProperty-Objekten dar. Jedes ProtocolProperty-Objekt stellt ein Attribut dar, das für das Protokoll definiert wurde, auf das verwiesen wird.

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

Eigenschaftswert

Ein ProtocolPropertyCollection-Objekt, das alle Attribute darstellt, die im Protokoll definiert sind, auf das verwiesen wird.

Beispiele

Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter

Gilt für: