Partager via


Propriété SqlServerRegistrations.ServerGroups

Gets a group of registered servers.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SqlServerRegistrations Classe

Espace de noms Microsoft.SqlServer.Management.Smo