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