Sdílet prostřednictvím


SqlSource.IsolationLevel Property

Definition

Gets or sets specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to