Package.DumpOnAnyError 속성

정의

패키지 실행 시 오류가 발생할 때마다 덤프 파일을 생성할지 여부를 지정합니다.

public:
 property bool DumpOnAnyError { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool DumpOnAnyError { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DumpOnAnyError : bool with get, set
Public Property DumpOnAnyError As Boolean

속성 값

Boolean

패키지 실행 중에 오류가 발생할 때 덤프 파일을 생성해야 하는 경우 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상