次の方法で共有


SqlServerRegistrations.ServerGroups プロパティ

登録済みサーバーのグループを取得します。

名前空間:  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
登録済みサーバーのグループです。

関連項目

参照

SqlServerRegistrations クラス

Microsoft.SqlServer.Management.Smo 名前空間