Метод 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
)
Параметры
- msg
Тип: System.Messaging. . :: . .Message
The message object to write.
- obj
Тип: System. . :: . .Object
The variable that the message object is in.
Реализует
См. также