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

但是,对于用户定义的变量,当满足以下条件时,系统会将选项重置 IncludeInDebugDumpfalse true:

适用于