Compartilhar via


Propriedade do RDL IDTSBulkInsertTask.TableLock

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxe

'Declaração
Property TableLock As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
true if you want to lock the table during the bulk insert; false if you do not want to lock it.

Comentários

For more information, see BulkInsertTask.

Consulte também

Referência

IDTSBulkInsertTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.BulkInsertTask