Formatter Class

 

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 (in Microsoft.SqlServer.MSMQTask.dll)

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

public ref class Formatter : IMessageFormatter, ICloneable

NameDescription
System_CAPS_pubmethodFormatter()

Initializes a new instance of the Formatter class.

NameDescription
System_CAPS_pubmethodCanRead(Message^)

Gets a value that indicates whether the message queue can be read.

System_CAPS_pubmethodClone()

Creates a new object that is a copy of the current instance.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRead(Message^)

Reads the message.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrite(Message^, Object^)

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: