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

屬性值

如果變數值包含在除錯傾印檔案中,則為;否則,則為錯誤

屬性

備註

對於使用者自訂變數與系統變數,IncludeInDebugDump 選項的預設值為 true

然而,對於使用者自訂變數,當以下條件為真時,系統會將 IncludeInDebugDump 選項重設為 false

  • EvaluateAsExpression 變數屬性設 為 true,系統會將 IncludeInDebugDump 選項重設為 false

    若要將表達式的文字作為除錯傾出檔案中的變數值,請將 IncludeInDebugDump 選項設 為 true

  • 若變數資料型別改為字串,系統會將 IncludeInDebugDump 選項重設為 false

適用於