다음을 통해 공유


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

멤버

멤버 이름 설명
LogTimeout Logs the timeout and the status specified in AfterTimeout to the specified log.
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.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask 네임스페이스