次の方法で共有


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 です

ただし、ユーザー定義変数の場合、次の条件に該当する場合、システムは IncludeInDebugDump オプションを false にリセットします。

  • 変数プロパティが EvaluateAsExpressiontrue に設定されている場合、システムは IncludeInDebugDump オプションを false にリセット します

    式のテキストを変数値としてデバッグ ダンプ ファイルに含めるには、 [IncludeInDebugDump] オプションを trueに設定します。

  • 変数のデータ型が文字列に変更された場合は、 [IncludeInDebugDump] オプションが falseにリセットされます。

適用対象