Méthode 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
- protocolProperties
Type : Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the properties to update.
Voir aussi