IDTSBulkInsertTask.TableLock 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether the table is locked during the bulk insert operation.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property TableLock As Boolean
Get
Set
用法
Dim instance As IDTSBulkInsertTask
Dim value As Boolean
value = instance.TableLock
instance.TableLock = value
bool TableLock { get; set; }
property bool TableLock {
bool get ();
void set (bool value);
}
abstract TableLock : bool with get, set
function get TableLock () : boolean
function set TableLock (value : boolean)
属性值
类型:System.Boolean
true if you want to lock the table during the bulk insert; false if you do not want to lock it.
注释
For more information, see BulkInsertTask.