DataFileMessage Members
Include Protected Members
Include Inherited Members
Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
The DataFileMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataFileMessage() | Initializes a new instance of the DataFileMessage class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
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. |
Top