Share via


Variable2KFormatter Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a variable formatter.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Variable2KFormatter

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
Public Class Variable2KFormatter _
    Implements IMessageFormatter, ICloneable
'Usage
Dim instance As Variable2KFormatter
public class Variable2KFormatter : IMessageFormatter, 
    ICloneable
public ref class Variable2KFormatter : IMessageFormatter, 
    ICloneable
type Variable2KFormatter =  
    class 
        interface IMessageFormatter 
        interface ICloneable 
    end
public class Variable2KFormatter implements IMessageFormatter, ICloneable

The Variable2KFormatter type exposes the following members.

Methods

  Name Description
Public method CanRead Infrastructure. Determines whether the formatter can read the contents of the message.
Public method Clone Infrastructure. Creates a copy of the Variable2KFormatter object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Infrastructure. Reads the contents from the given message.
Public method ToString (Inherited from Object.)
Public method Write Infrastructure. Serializes an object into the body of the message.

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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace