Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Protected Sub AlterProtocolProperties ( _
protocolProperties As ProtocolPropertyCollection _
)
'Usage
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
)
Parameters
- protocolProperties
Type: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the properties to update.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace