ISqlTable.IsTableLockOnBulkLoad Property

Gets or sets whether there is a table lock on bulk load.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsTableLockOnBulkLoad As Boolean
    Get
    Set
'Usage
Dim instance As ISqlTable
Dim value As Boolean

value = instance.IsTableLockOnBulkLoad

instance.IsTableLockOnBulkLoad = value
bool IsTableLockOnBulkLoad { get; set; }
property bool IsTableLockOnBulkLoad {
    bool get ();
    void set (bool value);
}
function get IsTableLockOnBulkLoad () : boolean
function set IsTableLockOnBulkLoad (value : boolean)
abstract IsTableLockOnBulkLoad : bool with get, set

Property Value

Type: System.Boolean
Returns True if there is a table lock on bulk load; otherwise, False.

Remarks

Default value is False.

.NET Framework Security

See Also

Reference

ISqlTable Interface

ISqlTable Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace