AfterTimeout Enumeración
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 (en Microsoft.SqlServer.WMIEWTask.dll)
Sintaxis
'Declaración
Public Enumeration AfterTimeout
'Uso
Dim instance As AfterTimeout
public enum AfterTimeout
public enum class AfterTimeout
type AfterTimeout
public enum AfterTimeout
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| ReturnWithSuccess | Logs that the user chose to treat the timeout as a success, and stops waiting for the logged event. | |
| ReturnWithFailure | Logs that the user chose to treat the timeout as a failure, and stops waiting for the logged event. This is the default value. | |
| WatchfortheEventAgain | Logs that the user chose to continue waiting for the event. |