Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.