Compartir a través de


ActionAtTimeout Enumeration

Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado: Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)

Sintaxis

'Declaración
Public Enumeration ActionAtTimeout
public enum ActionAtTimeout
public enum class ActionAtTimeout
public enum ActionAtTimeout
public enum ActionAtTimeout

Members

Member name Description
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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace