StringFormatter Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a string formatter for the message.
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
| Name | Description | |
|---|---|---|
![]() | StringFormatter() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the StringFormatter class. |
| Name | Description | |
|---|---|---|
![]() | CanRead(Message^) | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the message queue can be read. |
![]() | Clone() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new object that is a copy of the current instance. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Read(Message^) | This API supports the product infrastructure and is not intended to be used directly from your code. Reads the message. |
![]() | ToString() | (Inherited from Object.) |
![]() | Write(Message^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Opens a memory stream and writes the message object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

