Classe 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.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)
Sintaxe
'Declaração
Public Class Formatter _
Implements IMessageFormatter, ICloneable
'Uso
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
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..Formatter
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também