CentralManagementServerGroup 속성
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers.dll의 Microsoft.SqlServer.Management.RegisteredServers
구문
‘선언
<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