Свойство MSMQConn.ConnectionDisplayName
Returns the localized display name of the connection.
Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (в Microsoft.SqlServer.ManagedConnections.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDisplayName As String
Get
'Применение
Dim value As String
value = MSMQConn.ConnectionDisplayName
[BrowsableAttribute(false)]
public static string ConnectionDisplayName { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDisplayName {
String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDisplayName : string
static function get ConnectionDisplayName () : String
Значение свойства
Тип: System.String
A String that contains the localized display name of the connection.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.ManagedConnections