Partager via


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.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly :  Microsoft.SqlServer.MSMQTask (dans Microsoft.SqlServer.MSMQTask.dll)

Syntaxe

'Déclaration
Public Class Formatter _
    Implements IMessageFormatter, ICloneable
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..Formatter

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.