다음을 통해 공유


Formatter.Write 메서드

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.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리:  Microsoft.SqlServer.MSMQTask(Microsoft.SqlServer.MSMQTask.dll)

구문

‘선언
Public Sub Write ( _
    msg As Message, _
    obj As Object _
)
‘사용 방법
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
)

매개 변수

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

구현

IMessageFormatter.Write(Message, Object)

참고 항목

참조

Formatter 클래스

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 네임스페이스