IDTSParameter100.IncludeInDebugDump 属性

定义

获取或设置一个值,该值指示在调试转储中是否包括参数对象。

public:
 property bool IncludeInDebugDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public bool IncludeInDebugDump { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.IncludeInDebugDump : bool with get, set
Public Property IncludeInDebugDump As Boolean

属性值

如此 如果参数对象包含在调试转储中;否则为 false。

属性

适用于