WmiSmoObject.GetPropertyManagementObject(ProtocolProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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