Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the variable in which to store the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property ReceiveVariableMessage As String
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As String
value = instance.ReceiveVariableMessage
instance.ReceiveVariableMessage = value
public string ReceiveVariableMessage { get; set; }
public:
virtual property String^ ReceiveVariableMessage {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ReceiveVariableMessage : string with get, set
override ReceiveVariableMessage : string with get, set
final function get ReceiveVariableMessage () : String
final function set ReceiveVariableMessage (value : String)
Property Value
Type: System.String
A String that contains the name of the variable to store the message in.
Implements
IMessageQueueTask.ReceiveVariableMessage
Remarks
This property is valid only when MQType is set to DTSMQType_Receiver.