次の方法で共有


SqlSource.IsolationLevel プロパティ

定義

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

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象