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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a string formatter for the message.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.StringFormatter
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Class StringFormatter _
Implements IMessageFormatter, ICloneable
'Usage
Dim instance As StringFormatter
public class StringFormatter : IMessageFormatter,
ICloneable
public ref class StringFormatter : IMessageFormatter,
ICloneable
type StringFormatter =
class
interface IMessageFormatter
interface ICloneable
end
public class StringFormatter implements IMessageFormatter, ICloneable
The StringFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StringFormatter | Infrastructure. Initializes a new instance of the StringFormatter class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CanRead | Infrastructure. Indicates whether the message queue can be read. |
![]() |
Clone | Infrastructure. Creates a new object that is a copy of the current instance. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read | Infrastructure. Reads the message. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write | Infrastructure. Opens a memory stream and writes the message object. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.