WmiSmoObject.AlterProtocolProperties Método
Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Protected Sub AlterProtocolProperties ( _
protocolProperties As ProtocolPropertyCollection _
)
'Uso
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
)
Parámetros
- protocolProperties
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the properties to update.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi