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 | |
---|---|---|
DataFileMessage | Initializes a new instance of the DataFileMessage class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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
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.