Classe StringFormatter
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a string formatter for the message.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.StringFormatter
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Public Class StringFormatter _
Implements IMessageFormatter, ICloneable
'Utilizzo
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
Nel tipo StringFormatter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
StringFormatter | Infrastruttura. Initializes a new instance of the StringFormatter class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CanRead | Infrastruttura. Indicates whether the message queue can be read. | |
Clone | Infrastruttura. Creates a new object that is a copy of the current instance. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Read | Infrastruttura. Reads the message. | |
ToString | Ereditato da Object. | |
Write | Infrastruttura. Opens a memory stream and writes the message object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask