Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether the table is locked during the bulk insert operation.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property TableLock As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if you want to lock the table during the bulk insert; false if you do not want to lock it.
Hinweise
For more information, see BulkInsertTask.