Compartilhar via


Propriedade do RDL SMOServerConn.ConnectionDisplayName

Returns the localized display name of the connection.

Namespace:  Microsoft.SqlServer.Dts.ManagedConnections
Assembly:  Microsoft.SqlServer.ManagedConnections (em Microsoft.SqlServer.ManagedConnections.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDisplayName As String 
    Get
'Uso
Dim value As String 

value = SMOServerConn.ConnectionDisplayName
[BrowsableAttribute(false)]
public static string ConnectionDisplayName { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDisplayName {
    String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDisplayName : string
static function get ConnectionDisplayName () : String

Valor da propriedade

Tipo: System.String
A String that contains the localized display name of the connection.

Consulte também

Referência

SMOServerConn Classe

Namespace Microsoft.SqlServer.Dts.ManagedConnections