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
)

参数

示例

使用 WMI 提供程序管理服务和网络设置

请参阅

参考

WmiSmoObject 类

Microsoft.SqlServer.Management.Smo.Wmi 命名空间

其他资源

WMI and SQL Server

连接到 SQL Server 数据库引擎