Поделиться через


Свойство 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