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