次の方法で共有


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 にリセットされます。

  • EvaluateAsExpression 変数のプロパティが true に設定されている場合は、IncludeInDebugDump オプションが false にリセットされます。

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

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

適用対象