Класс Formatter
Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..Formatter
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (в Microsoft.SqlServer.MSMQTask.dll)
Синтаксис
'Декларация
Public Class Formatter _
Implements IMessageFormatter, ICloneable
'Применение
Dim instance As Formatter
public class Formatter : IMessageFormatter, ICloneable
public ref class Formatter : IMessageFormatter,
ICloneable
type Formatter =
class
interface IMessageFormatter
interface ICloneable
end
public class Formatter implements IMessageFormatter, ICloneable
Тип Formatter обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
CanRead | Gets a value that indicates whether the message queue can be read. | |
Clone | Creates a new object that is a copy of the current instance. | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
Read | Reads the message. | |
ToString | (Производный от Object.) | |
Write | Opens a memory stream and writes the message object. This method serializes the message object including PackageID, VersionID, name of the datafile and the file contents. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.