Udostępnij przez


Właściwość IMessageQueueTask.MsmqConnection

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Zestaw:  Microsoft.SqlServer.MSMQTask (w Microsoft.SqlServer.MSMQTask.dll)

Składnia

'Deklaracja
Property MsmqConnection As String
    Get
    Set
'Użycie
Dim instance As IMessageQueueTask
Dim value As String

value = instance.MsmqConnection

instance.MsmqConnection = value
string MsmqConnection { get; set; }
property String^ MsmqConnection {
    String^ get ();
    void set (String^ value);
}
abstract MsmqConnection : string with get, set
function get MsmqConnection () : String
function set MsmqConnection (value : String)

Wartość właściwości

Typ: System.String