Compartir a través de


IMessageQueueTask.MsmqConnection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the connection for the MSMQ task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado:  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Sintaxis

'Declaración
Property MsmqConnection As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The MSMQ connection name.

Vea también

Referencia

IMessageQueueTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask