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 네임스페이스