UseTransaction Property (DTS)

The UseTransaction property specifies whether the Package object should create a transaction for supporting tasks.

Applies To
Package Object  

Syntax

object.UseTransaction[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether the Package object should create a transaction

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseTransaction(VARIANT_BOOL *pRetVal);

HRESULT SetUseTransaction(VARIANT_BOOL NewValue);

  


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