MessageQueueTask.MessageDataFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data file name used when the MessageType is set to DTSMQMessageType_DataFile.
public:
property System::String ^ MessageDataFile { System::String ^ get(); void set(System::String ^ value); };
public string MessageDataFile { get; set; }
member this.MessageDataFile : string with get, set
Public Property MessageDataFile As String
Property Value
A String that contains the name of the data file used.
Examples
The following code example shows the syntax to use when setting the MessageDataFile property.
myMSMQTask.MessageDataFile = @"\\myserver\myDataFiles\Test1.txt";