Condividi tramite


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
Metodo pubblico StringFormatter Infrastruttura. Initializes a new instance of the StringFormatter class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanRead Infrastruttura. Indicates whether the message queue can be read.
Metodo pubblico Clone Infrastruttura. Creates a new object that is a copy of the current instance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Read Infrastruttura. Reads the message.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico 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