Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- msg
Type: System.Messaging.Message
The message to read.
Return Value
Type: System.Object
The contents from the given message.
Implements
IMessageFormatter.Read(Message)