IDTSVariable100.IncludeInDebugDump 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。
但是,对于用户定义的变量,当以下条件为 true 时,系统会将 IncludeInDebugDump 选项重置为 false :
EvaluateAsExpression如果变量属性设置为 true,系统会将 IncludeInDebugDump 选项重置为 false。
若要在调试转储文件中包括表达式文本作为变量值,请将 IncludeInDebugDump 选项设置为 true。
如果变量数据类型更改为字符串,则系统将 IncludeInDebugDump 选项重置为 false。