SqlDWSource.IsolationLevel Property

Definition

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).

public object IsolationLevel { get; set; }
member this.IsolationLevel : obj with get, set
Public Property IsolationLevel As Object

Property Value

Applies to