你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WarehouseSource.IsolationLevel Property

Definition

Specifies the transaction locking behavior for the Microsoft Fabric Warehouse 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