WmiSmoObject.AlterProtocolProperties(ProtocolPropertyCollection) Method

Definition

Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.

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)

Parameters

protocolProperties
ProtocolPropertyCollection

A ProtocolPropertyCollection object that specifies the properties to update.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to