RegisteredServerCollection.Parent Property

Definition

Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.

public:
 property Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroup ^ Parent { Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroup ^ get(); };
public Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
Public ReadOnly Property Parent As ServerGroup

Property Value

A ServerGroup object that is the parent of the RegisteredServerCollection object.

Examples

Using Collections

Applies to