언어

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)입니다; 그렇지 않으면 거짓입니다.

특성

설명

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

하지만 사용자 정의 변수의 경우, 다음 조건이 성립할 때 시스템이 옵션을 초기화 IncludeInDebugDumpfalse 합니다:

  • 변수 속성이 EvaluateAsExpression 로 설정true되면 시스템은 옵션을 false로 초기화 IncludeInDebugDump 합니다.

    디버그 덤프 파일의 변수 값으로 표현식 텍스트를 포함하려면, 옵션을 로 true설정 IncludeInDebugDump 하세요.

  • 변수 데이터 타입이 문자열로 변경되면 시스템은 옵션을 false로 초기화 IncludeInDebugDump 합니다.

적용 대상