ActionAtTimeout 열거형
Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
어셈블리: Microsoft.SqlServer.WMIEWTask(Microsoft.SqlServer.WMIEWTask.dll)
구문
‘선언
Public Enumeration ActionAtTimeout
‘사용 방법
Dim instance As ActionAtTimeout
public enum ActionAtTimeout
public enum class ActionAtTimeout
type ActionAtTimeout
public enum ActionAtTimeout
멤버
멤버 이름 | 설명 | |
---|---|---|
LogTimeoutAndFireDTSEvent | Raises a custom DTS event indicating that the WMI event timed out, and then logs the timeout and the status specified in AfterTimeout to the specified log. | |
LogTimeout | Logs the timeout and the status specified in AfterTimeout to the specified log. |