Compartir a través de


ServerGroupBase.ServerGroups Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'Uso
Dim instance As ServerGroupBase 
Dim value As ServerGroupCollection 

value = instance.ServerGroups
public ServerGroupCollection ServerGroups { get; }
public:
property ServerGroupCollection^ ServerGroups {
    ServerGroupCollection^ get ();
}
member ServerGroups : ServerGroupCollection
function get ServerGroups () : ServerGroupCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
A ServerGroupCollection object that represents all the server groups that are included in the parent server group.

Comentarios

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

Vea también

Referencia

ServerGroupBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegisteredServers

Otros recursos

Administrar servidores registrados