共用方式為


IDTSDumpConfiguration.DumpOnAnyError 屬性

Gets or sets whether the DTS dumps or any error.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Property DumpOnAnyError As Boolean 
    Get 
    Set
'用途
Dim instance As IDTSDumpConfiguration 
Dim value As Boolean 

value = instance.DumpOnAnyError

instance.DumpOnAnyError = value
bool DumpOnAnyError { get; set; }
property bool DumpOnAnyError {
    bool get ();
    void set (bool value);
}
abstract DumpOnAnyError : bool with get, set
function get DumpOnAnyError () : boolean 
function set DumpOnAnyError (value : boolean)

屬性值

型別:System.Boolean
True if the DTS dumps or any error; otherwise, false.

請參閱

參考

IDTSDumpConfiguration 介面

Microsoft.SqlServer.Dts.Runtime 命名空間