Delen via


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
Public method DataFileMessage() Initializes a new instance of the DataFileMessage class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Public field fileContents A String that contains the contents of the message.
Public field fileName The name of the data file that contains the message.
Public field strPkgId The ID of the package.

Top