Freigeben über


Variable2KFormatter-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a variable formatter.

Vererbungshierarchie

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

Der Variable2KFormatter-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CanRead Infrastruktur Determines whether the formatter can read the contents of the message.
Öffentliche Methode Clone Infrastruktur Creates a copy of the Variable2KFormatter object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Read Infrastruktur Reads the contents from the given message.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Write Infrastruktur Serializes an object into the body of the message.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask-Namespace