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