Condividi tramite


Formatter.Read Method

Reads the message.

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

Sintassi

'Dichiarazione
Public Function Read ( _
    msg As Message _
) As Object
public Object Read (
    Message msg
)
public:
virtual Object^ Read (
    Message^ msg
) sealed
public final Object Read (
    Message msg
)
public final function Read (
    msg : Message
) : Object

Parametri

  • msg
    The message to read.

Valore restituito

An object containing the message.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Formatter Class
Formatter Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace