The UseTransaction property specifies whether the Package2 object creates a transaction for supporting Data Transformation Services (DTS) tasks.
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. |
Boolean
Read/write
HRESULT GetUseTransaction(VARIANT_BOOL *pRetVal);
HRESULT SetUseTransaction(VARIANT_BOOL NewValue);