WmiSmoObject.AlterProtocolProperties(ProtocolPropertyCollection) Methode

Definition

Aktualisiert alle Änderungen an den Eigenschaften des Protokollobjekts in der WMI-Installation (Windows Management Instrumentation, Windows-Verwaltungsinstrumentation).

protected:
 void AlterProtocolProperties(Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ protocolProperties);
protected void AlterProtocolProperties (Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection protocolProperties);
member this.AlterProtocolProperties : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection -> unit
Protected Sub AlterProtocolProperties (protocolProperties As ProtocolPropertyCollection)

Parameter

protocolProperties
ProtocolPropertyCollection

Ein ProtocolPropertyCollection-Objekt, das die zu aktualisierenden Eigenschaften angibt.

Beispiele

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

Gilt für: