Bagikan melalui


SqlMISink.SqlWriterUseTableLock Property

Definition

Gets or sets whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="sqlWriterUseTableLock")]
public object SqlWriterUseTableLock { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sqlWriterUseTableLock")>]
member this.SqlWriterUseTableLock : obj with get, set
Public Property SqlWriterUseTableLock As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to