Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the connection for the MSMQ task.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property MsmqConnection As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The MSMQ connection name.