CommitFailureHandler.PruneTransactionHistory 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| PruneTransactionHistory() |
삭제로 표시된 트랜잭션을 제거합니다. |
| PruneTransactionHistory(Boolean, Boolean) |
해당 숫자가 를 초과하는 경우 삭제로 표시된 트랜잭션을 제거합니다.PruningLimit |
PruneTransactionHistory()
삭제로 표시된 트랜잭션을 제거합니다.
public void PruneTransactionHistory();
member this.PruneTransactionHistory : unit -> unit
Public Sub PruneTransactionHistory ()
적용 대상
PruneTransactionHistory(Boolean, Boolean)
해당 숫자가 를 초과하는 경우 삭제로 표시된 트랜잭션을 제거합니다.PruningLimit
protected virtual void PruneTransactionHistory(bool force, bool useExecutionStrategy);
abstract member PruneTransactionHistory : bool * bool -> unit
override this.PruneTransactionHistory : bool * bool -> unit
Protected Overridable Sub PruneTransactionHistory (force As Boolean, useExecutionStrategy As Boolean)
매개 변수
- force
- Boolean
로 true 설정하면 해당 숫자가 를 초과 PruningLimit하지 않더라도 이전 트랜잭션이 모두 제거됩니다.
- useExecutionStrategy
- Boolean
로 설정 true 하면 연결된 실행 전략을 사용하여 작업이 실행됩니다.