SqlServerRegistrations.ServerGroups Property

Definition

Gets a group of registered servers.

public:
 static property Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroupCollection ^ ServerGroups { Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroupCollection ^ get(); };
public static Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection ServerGroups { get; }
member this.ServerGroups : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
Public Shared ReadOnly Property ServerGroups As ServerGroupCollection

Property Value

A group of registered servers.

Applies to