The JoinTransactionIfPresent property specifies whether a step executes within the Data Transformation Services (DTS) package transaction.
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 |
Boolean
Read/write
HRESULT GetJoinTransactionIfPresent(VARIANT_BOOL *pRetVal);
HRESULT SetJoinTransactionIfPresent(VARIANT_BOOL NewValue);
JoinTransactionIfPresent can be set to TRUE if the package UseTransaction property is TRUE.