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 命名空间