Asynchable Abort Property

ADO and SQL Server

ADO and SQL Server

Asynchable Abort Property

The Asynchable Abort property indicates whether transactions can be aborted asynchronously.

Applies To
Connection Object
Syntax

object.Properties("Asynchable Abort")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

One of these settings.

Value Description
True Transactions can be aborted asynchronously.
False Transactions cannot be aborted asynchronously.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_ASYNCTXNABORT

See Also

Asynchable Commit Property