Поделиться через


Свойство ServerGroupBase.ServerGroups

Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group.

Пространство имен:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'Применение
Dim instance As ServerGroupBase 
Dim value As ServerGroupCollection 

value = instance.ServerGroups
public ServerGroupCollection ServerGroups { get; }
public:
property ServerGroupCollection^ ServerGroups {
    ServerGroupCollection^ get ();
}
member ServerGroups : ServerGroupCollection
function get ServerGroups () : ServerGroupCollection

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
A ServerGroupCollection object that represents all the server groups that are included in the parent server group.

Замечания

A server group can exist within a server group, thus creating a hierarchy of server groups.

См. также

Справочник

ServerGroupBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo.RegisteredServers

Другие ресурсы

Управление зарегистрированными серверами