Formatter Clase
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.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado: Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)
Sintaxis
'Declaración
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
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..Formatter
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también