Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.