JoinTransactionIfPresent Property

DTS Programming

DTS Programming

JoinTransactionIfPresent Property

The JoinTransactionIfPresent property specifies whether a step executes within the Data Transformation Services (DTS) package transaction.

Applies To
Step Object Step2 Object
Syntax

object.JoinTransactionIfPresent[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value A value indicating whether a step executes within the package transaction

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetJoinTransactionIfPresent(VARIANT_BOOL *pRetVal);

HRESULT SetJoinTransactionIfPresent(VARIANT_BOOL NewValue);

Remarks

JoinTransactionIfPresent can be set to TRUE if the package UseTransaction property is TRUE.

See Also

InTransaction Property

TransactionIsolationLevel Property

UseTransaction Property