Compartir a través de


ServerGroupBase.ServerGroups Propiedad

Definición

Representa una colección de objetos ServerGroup. Cada objeto ServerGroup representa un grupo de servidores incluido en el grupo de servidores primario.

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

Valor de propiedad

Objeto ServerGroupCollection que representa todos los grupos de servidores incluidos en el grupo de servidores primario.

Comentarios

Un grupo de servidores puede existir dentro de un grupo de servidores, lo que crea una jerarquía de grupos de servidores.

Se aplica a