UseTransaction Property

DTS Programming

DTS Programming

UseTransaction Property

The UseTransaction property specifies whether the Package2 object creates a transaction for supporting Data Transformation Services (DTS) tasks.

Applies To
Package Object Package2 Object
Syntax

object.UseTransaction[= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Determines whether the Package2 object creates a transaction.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseTransaction(VARIANT_BOOL *pRetVal);

HRESULT SetUseTransaction(VARIANT_BOOL NewValue);

See Also

InTransaction Property

JoinTransactionIfPresent Property

TransactionIsolationLevel Property