MSMQConn.ConnectionDescription 属性

Returns the localized description of the 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 = MSMQConn.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 contains the localized description of the connection.

请参阅

参考

MSMQConn 类

Microsoft.SqlServer.Dts.ManagedConnections 命名空间