共用方式為


MSMQLog 列舉

Specifies the events that are used for logging with the Message Queue task.

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

語法

'宣告
Public Enumeration MSMQLog
'用途
Dim instance As MSMQLog
public enum MSMQLog
public enum class MSMQLog
type MSMQLog
public enum MSMQLog

成員

成員名稱 說明
AFTER_OPEN_QUEUE Log after opening the queue.
BEFORE_OPEN_QUEUE Log before opening the queue.
BEGIN_RECEIVE Log the timestamp before receiving the message.
BEGIN_SEND Log the timestamp before sending the message.
END_RECEIVE Log the timestamp after the message is received.
END_SEND Log the timestamp after sending the message.
TASK_TIMEOUT Log that the task has timed out.
TASKINFO Log the task info only if logging is enabled and the event filter status is set to true.

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 命名空間