Compartilhar via


Propriedade do RDL SMOServerConn.ConnectionDescription

Gets the description of the connection manager for the SMO connection.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.String
A String that describes the connection manager for the SMO connection.

Consulte também

Referência

SMOServerConn Classe

Namespace Microsoft.SqlServer.Dts.ManagedConnections