Поделиться через


Метод 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
)

Параметры