Freigeben über


IDTSDumpConfiguration.DumpOnAnyError-Eigenschaft

Gets or sets whether the DTS dumps or any error.

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSDumpConfiguration Schnittstelle

Microsoft.SqlServer.Dts.Runtime-Namespace