| title | EventStatusEnum | Microsoft Docs | |
|---|---|---|
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.technology | connectivity | |
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.reviewer | ||
| ms.topic | conceptual | |
| apitype | COM | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | ebfd4cda-4017-4873-9d28-38b1c7db12a8 | |
| author | MightyPen | |
| ms.author | genemi |
Specifies the current status of the execution of an event.
| Constant | Value | Description |
|---|---|---|
| adStatusCancel | 4 | Requests cancellation of the operation that caused the event to occur. |
| adStatusCantDeny | 3 | Indicates that the operation cannot request cancellation of the pending operation. |
| adStatusErrorsOccurred | 2 | Indicates that the operation that caused the event failed due to an error or errors. |
| adStatusOK | 1 | Indicates that the operation that caused the event was successful. |
| adStatusUnwantedEvent | 5 | Prevents subsequent notifications before the event method has finished executing. |
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.EventStatus.CANCEL |
| AdoEnums.EventStatus.CANTDENY |
| AdoEnums.EventStatus.ERRORSOCCURRED |
| AdoEnums.EventStatus.OK |
| AdoEnums.EventStatus.UNWANTEDEVENT |