Compartilhar via


Propriedade do RDL RegisteredServersStore.CentralManagementServerGroup

Gets an object that represents a central management server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property CentralManagementServerGroup As ServerGroup 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup value that specifies the central management server group.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServersStore Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers