MSMQLog Enumeration
Specifies the events that are used for logging with the Message Queue task.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
구문
‘선언
Public Enumeration MSMQLog
public enum MSMQLog
public enum class MSMQLog
public enum MSMQLog
public enum MSMQLog
Members
Member name | Description |
---|---|
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. |
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.