Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
The following tables list the members exposed by the Formatter type.
Public Constructors
Name | Description | |
---|---|---|
Formatter | Initializes a new instance of the Formatter class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
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 | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
Read | Reads the message. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from 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. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Formatter Class
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace