ConnectionDescription 屬性

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

命名空間:  Microsoft.SqlServer.Dts.ManagedConnections
組件:  Microsoft.SqlServer.ManagedConnections (在 Microsoft.SqlServer.ManagedConnections.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDescription As String
    Get
'用途
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

屬性值

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