The TableLock property indicates whether an entire table should be locked during a load operation.
| BulkInsertTask Object |
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 |
The default is False.
Boolean
Read/write
HRESULT GetTableLock(VARIANT_BOOL *pRetVal);
HRESULT SetTableLock(VARIANT_BOOL NewValue);