DataFileMessage Class

Definition

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.

Applies to