TransactionScope.ShouldSerializeIsolationLevel 메서드

정의

이를 TransactionScope 위해 직렬화해야 하는지 여부를 IsolationLevel 나타냅니다.

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

반품

true IsolationLevel 속성 값을 serialize해야 하면 되며, false그렇지 않으면 .입니다.

적용 대상