ADO and SQL Server
Notification Phases Property
The Notification Phases property returns a bitmask specifying the notification phases supported by the provider.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("Notification Phases")
Parts
object
Expression that evaluates to an object in the Applies To list.
Returns
A combination of two or more of these settings.
- DBPROPVAL_NP_ABOUTTODO
- DBPROPVAL_NP_DIDEVENT
- DBPROPVAL_NP_FAILEDTODO
- DBPROPVAL_NP_OKTODO
- DBPROPVAL_NP_SYNCHAFTER
Data Type
adInteger
Modifiable
Read-only
OLE DB Property
DBPROP_NOTIFICATIONPHASES
Remarks
DBPROPVAL_NP_FAILEDTODO and DBPROPVAL_NP_DIDEVENT are returned by all providers that support notifications.