次の方法で共有


CentralManagementServerGroup プロパティ

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property CentralManagementServerGroup As ServerGroup
    Get
'使用
Dim instance As RegisteredServersStore
Dim value As ServerGroup

value = instance.CentralManagementServerGroup
[SfcIgnoreAttribute]
public ServerGroup CentralManagementServerGroup { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup^ CentralManagementServerGroup {
    ServerGroup^ get ();
}
[<SfcIgnoreAttribute>]
member CentralManagementServerGroup : ServerGroup
function get CentralManagementServerGroup () : ServerGroup