次の方法で共有


SqlDWSource.IsolationLevel プロパティ

定義

SQL ソースのトランザクション ロック動作を指定します。 使用できる値: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 既定値は ReadCommitted です。 型: string (または resultType 文字列を含む式)。

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)

プロパティ値

適用対象