Lenguaje

ServerGroupBase.ServerGroups Propiedad

Definición

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

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

Un ServerGroupCollection objeto que representa todos los grupos de servidores incluidos en el grupo de servidores padre.

Comentarios

Un grupo de servidores puede existir dentro de un grupo de servidores, creando así una jerarquía de grupos de servidores.

Se aplica a