Compartilhar via


Propriedade do RDL ServerGroup.DisplayName

Gets the display name of the 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 DisplayName As String 
    Get
'Uso
Dim instance As ServerGroup 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A String value that specifies the server group display name.

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

ServerGroup Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers