共用方式為


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 命名空間