WmiSmoObject.GetPropertyManagementObject Method
Gets the management object for the specified protocol property.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Protected Overridable Function GetPropertyManagementObject ( _
pp As ProtocolProperty _
) As ManagementObject
protected virtual ManagementObject GetPropertyManagementObject (
ProtocolProperty pp
)
protected:
virtual ManagementObject^ GetPropertyManagementObject (
ProtocolProperty^ pp
)
protected ManagementObject GetPropertyManagementObject (
ProtocolProperty pp
)
protected function GetPropertyManagementObject (
pp : ProtocolProperty
) : ManagementObject
Parameters
- pp
A ProtocolProperty object that specifies the protocol property.
Return Value
A ManagementObject system object that specifies the object that manages the ProtocolProperty object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also