Freigeben über


Formatter.Write-Methode

Opens a memory stream and writes the message object. This method serializes the message object including PackageID, VersionID, name of the datafile and the file contents.

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

Syntax

'Declaration
Public Sub Write ( _
    msg As Message, _
    obj As Object _
)
'Usage
Dim instance As Formatter 
Dim msg As Message 
Dim obj As Object

instance.Write(msg, obj)
public void Write(
    Message msg,
    Object obj
)
public:
virtual void Write(
    Message^ msg, 
    Object^ obj
) sealed
abstract Write : 
        msg:Message * 
        obj:Object -> unit  
override Write : 
        msg:Message * 
        obj:Object -> unit
public final function Write(
    msg : Message, 
    obj : Object
)

Parameter

  • obj
    Typ: System.Object
    The variable that the message object is in.

Implementiert

IMessageFormatter.Write(Message, Object)

Siehe auch

Verweis

Formatter Klasse

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask-Namespace