Propriedade do RDL CentralManagementServerGroupName
Gets the name of the central management server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public ReadOnly Property CentralManagementServerGroupName As String
Get
'Uso
Dim instance As RegisteredServersStore
Dim value As String
value = instance.CentralManagementServerGroupName
public string CentralManagementServerGroupName { get; }
public:
property String^ CentralManagementServerGroupName {
String^ get ();
}
member CentralManagementServerGroupName : string
function get CentralManagementServerGroupName () : String
Valor da propriedade
Tipo: System. . :: . .String
A String value that contains the name of 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