Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Reads the 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 StringFormatter
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
An object containing the message.
Implements
IMessageFormatter.Read(Message)