Partager via


Méthode WmiSmoObject.AlterProtocolProperties

Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Protected Sub AlterProtocolProperties ( _
    protocolProperties As ProtocolPropertyCollection _
)
'Utilisation
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
)

Paramètres

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

WmiSmoObject Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server