JoinTransactionIfPresent Property (DTS)

The JoinTransactionIfPresent property specifies whether a Step object executes within the Package object transaction.

Applies To
Step Object  

Syntax

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

Remarks

JoinTransactionIfPresent can be set to True if Package.UseTransaction is set to True

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetJoinTransactionIfPresent(VARIANT_BOOL *pRetVal);

HRESULT SetJoinTransactionIfPresent(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.