Share via


IDTSDumpConfiguration100.DumpOnAnyError Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property DumpOnAnyError As Boolean
    Get
    Set
'Usage
Dim instance As IDTSDumpConfiguration100
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)

Property Value

Type: System.Boolean