IMessageQueueTask.ReceiveVariableMessage Property
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 variable in which to store the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property ReceiveVariableMessage As String
Get
Set
'Usage
Dim instance As IMessageQueueTask
Dim value As String
value = instance.ReceiveVariableMessage
instance.ReceiveVariableMessage = value
string ReceiveVariableMessage { get; set; }
property String^ ReceiveVariableMessage {
String^ get ();
void set (String^ value);
}
abstract ReceiveVariableMessage : string with get, set
function get ReceiveVariableMessage () : String
function set ReceiveVariableMessage (value : String)
Property Value
Type: System.String
The name of the variable to store the message in.