Condividi tramite


Classe Variable2KFormatter

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a variable formatter.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.Variable2KFormatter

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Public Class Variable2KFormatter _
    Implements IMessageFormatter, ICloneable
'Utilizzo
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

Nel tipo Variable2KFormatter sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CanRead Infrastruttura. Determines whether the formatter can read the contents of the message.
Metodo pubblico Clone Infrastruttura. Creates a copy of the Variable2KFormatter object.
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 contents from the given message.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Write Infrastruttura. Serializes an object into the body of the message.

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