Класс DataFileMessage
Contains the members used to generate a message for the Message Queue Task when the TaskType is DTSMQMessageType_DataFile.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..DataFileMessage
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (в Microsoft.SqlServer.MSMQTask.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DataFileMessage
'Применение
Dim instance As DataFileMessage
[SerializableAttribute]
public class DataFileMessage
[SerializableAttribute]
public ref class DataFileMessage
[<SerializableAttribute>]
type DataFileMessage = class end
public class DataFileMessage
Тип DataFileMessage обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataFileMessage | Initializes a new instance of the DataFileMessage class. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.