Partilhar via


Propriedade do RDL SqlServerRegistrations.ServerGroups

Gets a group of registered servers.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'Uso
Dim value As ServerGroupCollection 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
A group of registered servers.

Consulte também

Referência

SqlServerRegistrations Classe

Namespace Microsoft.SqlServer.Management.Smo