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.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Formatter
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Public Class Formatter _
Implements IMessageFormatter, ICloneable
'Utilizzo
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
Nel tipo Formatter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Formatter | Initializes a new instance of the Formatter class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Read | Reads the message. | |
ToString | Ereditato da 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 alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask