SqlServerRegistrations.ServerGroups Property

Gets a group of registered servers.

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

Syntax

'Declaration
Public Shared ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'Usage
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

Property Value

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

See Also

Reference

SqlServerRegistrations Class

Microsoft.SqlServer.Management.Smo Namespace