ServerGroupBase.ServerGroups 屬性

定義

代表一組 ServerGroup 物件。 每個 ServerGroup 物件代表包含在父伺服器群組中的一個伺服器群組。

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

屬性值

一個 ServerGroupCollection 代表父伺服器群組中所有伺服器群組的物件。

備註

伺服器群組可以存在於伺服器群組內,從而形成伺服器群組的階層結構。

適用於