WmiSmoObject.AlterProtocolProperties(ProtocolPropertyCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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