ServerProtocol.Parent Property
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 ManagedComputer object that is the parent of the ServerProtocol object.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ Parent { Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
Public ReadOnly Property Parent As ServerInstance
Property Value
A ManagedComputer object that is the parent of the ServerProtocol object.
Examples
Managing Services and Network Settings by Using WMI Provider