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.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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.