共用方式為


SqlServerRegistrations.ServerGroups 屬性

Gets a group of registered servers.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Shared ReadOnly Property ServerGroups As ServerGroupCollection 
    Get
'用途
Dim value As ServerGroupCollection 

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

屬性值

型別:Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroupCollection
A group of registered servers.

請參閱

參考

SqlServerRegistrations 類別

Microsoft.SqlServer.Management.Smo 命名空間