Share via


TransactionScope.ShouldSerializeIsolationLevel メソッド

定義

この IsolationLevelTransactionScope をシリアル化する必要があるかどうかを示します。

public:
 bool ShouldSerializeIsolationLevel();
public bool ShouldSerializeIsolationLevel ();
member this.ShouldSerializeIsolationLevel : unit -> bool
Public Function ShouldSerializeIsolationLevel () As Boolean

戻り値

true プロパティ値をシリアル化する必要がある場合は IsolationLevel。それ以外の場合は false

適用対象