ServerGroupBase.ServerGroups Property
Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ServerGroups As ServerGroupCollection
public ServerGroupCollection ServerGroups { get; }
public:
property ServerGroupCollection^ ServerGroups {
ServerGroupCollection^ get ();
}
/** @property */
public ServerGroupCollection get_ServerGroups ()
public function get ServerGroups () : ServerGroupCollection
Valore proprietà
A ServerGroupCollection object that represents all the server groups that are included in the parent server group.
Osservazioni
A server group can exist within a server group, thus creating a hierarchy of server groups.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ServerGroupBase Class
ServerGroupBase Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace