Table.TableLockOnBulkLoad Property
TableLockOnBulkLoad property class of Table
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property TableLockOnBulkLoad As ModelPropertyClass
Get
Friend Set
'Usage
Dim value As ModelPropertyClass
value = Table.TableLockOnBulkLoad
public static ModelPropertyClass TableLockOnBulkLoad { get; internal set; }
public:
static property ModelPropertyClass^ TableLockOnBulkLoad {
ModelPropertyClass^ get ();
internal: void set (ModelPropertyClass^ value);
}
static member TableLockOnBulkLoad : ModelPropertyClass with get, internal set
static function get TableLockOnBulkLoad () : ModelPropertyClass
internal static function set TableLockOnBulkLoad (value : ModelPropertyClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelPropertyClass