The TableLock property indicates whether an entire table is locked during a load operation.
object.TableLock [= value]
Part | Description |
---|---|
object | Expression that evaluates to a BulkInsertTask object |
value | Boolean that specifies whether an entire table is locked |
Boolean
Read/write
HRESULT GetTableLock(VARIANT_BOOL *pRetVal);
HRESULT SetTableLock(VARIANT_BOOL NewValue);
The default is FALSE.