Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Formatter
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
O tipo Formatter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
Formatter | Initializes a new instance of the Formatter class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
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 | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
Read | Reads the message. |
![]() |
ToString | (Herdado de 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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.