Freigeben über


StringFormatter-Klasse

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

Represents a string formatter for the message.

Vererbungshierarchie

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

Der StringFormatter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode StringFormatter Infrastruktur Initializes a new instance of the StringFormatter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanRead Infrastruktur Indicates whether the message queue can be read.
Öffentliche Methode Clone Infrastruktur Creates a new object that is a copy of the current instance.
Ö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 message.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Write Infrastruktur Opens a memory stream and writes the message object.

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