The TableLock property specifies whether to set table-level locking during the execution of a bulk copy import command.
object.TableLock [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetTableLock(LPBOOL pRetVal);
HRESULT SetTableLock(BOOL NewValue);
TableLock is set to FALSE by default.
Note TableLock can be used with Microsoft® SQL Server™ 2000 and SQL Server 7.0.