Share via


AzureSqlSource.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 Azure.Core.Expressions.DataFactory.DataFactoryElement<string> IsolationLevel { get; set; }
member this.IsolationLevel : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property IsolationLevel As DataFactoryElement(Of String)

Property Value

Applies to