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. |