IDTSDumpConfiguration100.DumpOnAnyError 属性

定义

获取或设置 DTS 是否在有任何错误时转储。

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

属性值

如果 DTS 转储发生任何错误,则为 true;否则为 false。

属性

适用于