ServerGroupBase.ServerGroups Property

Definition

Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.

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

Property Value

A ServerGroupCollection object that represents all the server groups that are included in the parent server group.

Remarks

A server group can exist within a server group, thus creating a hierarchy of server groups.

Applies to