共用方式為


Formatter 類別

Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.

命名空間:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件:  Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)

語法

'宣告
Public Class Formatter _
    Implements IMessageFormatter, ICloneable
'用途
Dim instance As Formatter
public class Formatter : IMessageFormatter, ICloneable
public ref class Formatter : IMessageFormatter, 
    ICloneable
type Formatter =  
    class
        interface IMessageFormatter
        interface ICloneable
    end
public class Formatter implements IMessageFormatter, ICloneable

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..Formatter

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。