DataFileMessage Class
Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
| Name | Description | |
|---|---|---|
![]() | DataFileMessage() | Initializes a new instance of the DataFileMessage class. |
| 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.) |
| 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


