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 | |
---|---|---|
CanRead | Infrastruttura. Determines whether the formatter can read the contents of the message. | |
Clone | Infrastruttura. Creates a copy of the Variable2KFormatter object. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Read | Infrastruttura. Reads the contents from the given message. | |
ToString | Ereditato da Object. | |
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