Método WmiSmoObject.AlterProtocolProperties
Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
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.
Exemplos
Gerenciando serviços e configurações de rede através do provedor do WMI
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Wmi