语言

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

属性值

如果变量值包含在调试转储文件中,则为真;否则,就是假的。

属性

注解

对于用户自定义变量和系统变量,该选项的默认值 IncludeInDebugDumptrue

然而,对于用户自定义变量,系统会在以下条件成立时重置该IncludeInDebugDumpfalse选项:

适用于