The JoinTransactionIfPresent property specifies whether a Step object executes within the Package object transaction.
Step Object |
object.JoinTransactionIfPresent[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether a Step object executes within the Package object transaction |
JoinTransactionIfPresent can be set to True if Package.UseTransaction is set to True
Boolean
Read/write
HRESULT GetJoinTransactionIfPresent(VARIANT_BOOL *pRetVal);
HRESULT SetJoinTransactionIfPresent(VARIANT_BOOL NewValue);