Proprietà MessageQueueTask.MsmqConnection
Gets or sets the name of the connection for the MSMQ task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Public Property MsmqConnection As String
Get
Set
'Utilizzo
Dim instance As MessageQueueTask
Dim value As String
value = instance.MsmqConnection
instance.MsmqConnection = value
public string MsmqConnection { get; set; }
public:
virtual property String^ MsmqConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract MsmqConnection : string with get, set
override MsmqConnection : string with get, set
final function get MsmqConnection () : String
final function set MsmqConnection (value : String)
Valore proprietà
Tipo: System.String
A String that contains the MSMQ connection name.
Implementa
IMessageQueueTask.MsmqConnection
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask