Compartilhar via


Propriedade do RDL UIConnectionInfo.DisplayName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the display name of the connection.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxe

'Declaração
Public Property DisplayName As String 
    Get 
    Set
'Uso
Dim instance As UIConnectionInfo 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

Valor da propriedade

Tipo: System.String
A String value that specifies the display name of the connection.

Consulte também

Referência

UIConnectionInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.RegSvrEnum