Поделиться через


Класс 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 обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Formatter Initializes a new instance of the Formatter class.

В начало

Методы

  Имя Описание
Открытый метод 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.