ServerInstance.Parent Property

Definition

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

Applies to

See also