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