IDTSVariable100.IncludeInDebugDump 속성

정의

public:
 property bool IncludeInDebugDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(11)]
public bool IncludeInDebugDump { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.IncludeInDebugDump : bool with get, set
Public Property IncludeInDebugDump As Boolean

속성 값

변수 값이 디버그 덤프 파일에 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

사용자 정의 변수 및 시스템 변수의 경우 IncludeInDebugDump 옵션의 기본값은 true입니다.

그러나 사용자 정의 변수의 경우 다음 조건이 true이면 시스템에서 IncludeInDebugDump 옵션을 false 로 다시 설정합니다.

  • 변수 속성이 EvaluateAsExpressiontrue로 설정되면 시스템에서 IncludeInDebugDump 옵션을 false로 다시 설정합니다.

    디버그 덤프 파일에 식의 텍스트를 변수 값으로 포함하려면 IncludeInDebugDump 옵션을 true로 설정합니다.

  • 변수 데이터 형식이 문자열로 변경되면 시스템에서 IncludeInDebugDump 옵션을 false로 다시 설정합니다.

적용 대상