TableLock Property

DTS Programming

DTS Programming

TableLock Property

The TableLock property indicates whether an entire table is locked during a load operation.

Applies To
BulkInsertTask Object
Syntax

object.TableLock [= value]

Part Description
object Expression that evaluates to a BulkInsertTask object
value Boolean that specifies whether an entire table is locked

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTableLock(VARIANT_BOOL *pRetVal);

HRESULT SetTableLock(VARIANT_BOOL NewValue);

Remarks

The default is FALSE.

See Also

DestinationTableName Property