Propriedade do RDL IMessageQueueTask.MsmqConnection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the name of the connection for the MSMQ task.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The MSMQ connection name.