IDTSDumpConfiguration.DumpOnAnyError 属性

定义

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

public:
 property bool DumpOnAnyError { bool get(); void set(bool value); };
public bool DumpOnAnyError { get; set; }
member this.DumpOnAnyError : bool with get, set
Public Property DumpOnAnyError As Boolean

属性值

如此 如果 DTS 转储或任何错误;否则为 false。

适用于