Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the variables list when the MQMessageType enumeration is set to DTSMQMessageType_Variables.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property MessageVariables As String
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As String
value = instance.MessageVariables
instance.MessageVariables = value
public string MessageVariables { get; set; }
public:
property String^ MessageVariables {
String^ get ();
void set (String^ value);
}
member MessageVariables : string with get, set
function get MessageVariables () : String
function set MessageVariables (value : String)
Property Value
Type: System.String
A String that contains the list of variables used in the message.