TableLock Property (DTS)

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

Applies To
BulkInsertTask Object  

Syntax

object.TableLock [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether an entire table should be locked

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTableLock(VARIANT_BOOL *pRetVal);

HRESULT SetTableLock(VARIANT_BOOL NewValue);

  


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