Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
StringFormatter | Infrastruktur Initializes a new instance of the StringFormatter class. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CanRead | Infrastruktur Indicates whether the message queue can be read. |
![]() |
Clone | Infrastruktur Creates a new object that is a copy of the current instance. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Read | Infrastruktur Reads the message. |
![]() |
ToString | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)