MSMQLog 열거형
Specifies the events that are used for logging with the Message Queue task.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리: Microsoft.SqlServer.MSMQTask.dll의 Microsoft.SqlServer.MSMQTask
구문
‘선언
Public Enumeration MSMQLog
‘사용 방법
Dim instance As MSMQLog
public enum MSMQLog
public enum class MSMQLog
type MSMQLog
public enum MSMQLog
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| TASKINFO | Log the task info only if logging is enabled and the event filter status is set to true. | |
| BEGIN_SEND | Log the timestamp before sending the message. | |
| END_SEND | Log the timestamp after sending the message. | |
| BEGIN_RECEIVE | Log the timestamp before receiving the message. | |
| END_RECEIVE | Log the timestamp after the message is received. | |
| BEFORE_OPEN_QUEUE | Log before opening the queue. | |
| AFTER_OPEN_QUEUE | Log after opening the queue. | |
| TASK_TIMEOUT | Log that the task has timed out. |