DataFileMessage Class
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.
Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
public ref class DataFileMessage
[System.Serializable]
public class DataFileMessage
[<System.Serializable>]
type DataFileMessage = class
Public Class DataFileMessage
- Inheritance
-
DataFileMessage
- Attributes
Constructors
DataFileMessage() |
Initializes a new instance of the DataFileMessage class. |
Fields
fileContents |
A String that contains the contents of the message. |
fileName |
The name of the data file that contains the message. |
strPkgId |
The ID of the package. |