Compartir a través de


ServerGroups Propiedad

Gets a group of registered servers.

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

Sintaxis

'Declaración
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