Метод 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.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi