Share via


DataFileMessage Class

Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.DataFileMessage

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataFileMessage
'Usage
Dim instance As DataFileMessage
[SerializableAttribute]
public class DataFileMessage
[SerializableAttribute]
public ref class DataFileMessage
[<SerializableAttribute>]
type DataFileMessage =  class end
public class DataFileMessage

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 (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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace