InTransaction Property

DTS Programming

DTS Programming

InTransaction Property

The InTransaction property specifies whether the connection is included in the current Data Transformation Services (DTS) package transaction, if one exists.

Applies To
Connection Object Connection2 Object
Syntax

object.InTransaction

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetInTransaction(VARIANT_BOOL *pRetVal);

See Also

JoinTransactionIfPresent Property

TransactionIsolationLevel Property

UseTransaction Property