Partager via


Propriété SMOServerConn.ConnectionDescription

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

Espace de noms :  Microsoft.SqlServer.Dts.ManagedConnections
Assembly :  Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDescription As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SMOServerConn Classe

Espace de noms Microsoft.SqlServer.Dts.ManagedConnections