WmiSmoObject.GetPropertyManagementObject(ProtocolProperty) Method

Definition

Gets the management object for the specified protocol property.

protected:
 virtual System::Management::ManagementObject ^ GetPropertyManagementObject(Microsoft::SqlServer::Management::Smo::Wmi::ProtocolProperty ^ pp);
protected virtual System.Management.ManagementObject GetPropertyManagementObject (Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty pp);
abstract member GetPropertyManagementObject : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty -> System.Management.ManagementObject
override this.GetPropertyManagementObject : Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty -> System.Management.ManagementObject
Protected Overridable Function GetPropertyManagementObject (pp As ProtocolProperty) As ManagementObject

Parameters

pp
ProtocolProperty

A ProtocolProperty object that specifies the protocol property.

Returns

A ManagementObject system object that specifies the object that manages the ProtocolProperty object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to