Share via


Variable2KFormatter.Read Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Reads the contents from the given message.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
Public Function Read ( _
    msg As Message _
) As Object
'Usage
Dim instance As Variable2KFormatter 
Dim msg As Message 
Dim returnValue As Object 

returnValue = instance.Read(msg)
public Object Read(
    Message msg
)
public:
virtual Object^ Read(
    Message^ msg
) sealed
abstract Read : 
        msg:Message -> Object  
override Read : 
        msg:Message -> Object
public final function Read(
    msg : Message
) : Object

Parameters

Return Value

Type: System.Object
The contents from the given message.

Implements

IMessageFormatter.Read(Message)

See Also

Reference

Variable2KFormatter Class

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace