TransactionScope.ShouldSerializeIsolationLevel メソッド

定義

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

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

返品

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

適用対象