WmiSmoObject.AlterProtocolProperties 方法
Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
命名空间: Microsoft.SqlServer.Management.Smo.Wmi
程序集: Microsoft.SqlServer.SqlWmiManagement(在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
语法
声明
Protected Sub AlterProtocolProperties ( _
protocolProperties As ProtocolPropertyCollection _
)
用法
Dim protocolProperties As ProtocolPropertyCollection
Me.AlterProtocolProperties(protocolProperties)
protected void AlterProtocolProperties(
ProtocolPropertyCollection protocolProperties
)
protected:
void AlterProtocolProperties(
ProtocolPropertyCollection^ protocolProperties
)
member AlterProtocolProperties :
protocolProperties:ProtocolPropertyCollection -> unit
protected function AlterProtocolProperties(
protocolProperties : ProtocolPropertyCollection
)
参数
- protocolProperties
类型:Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the properties to update.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo.Wmi 命名空间