Proprietà IDTSDumpConfiguration100.DumpOnAnyError

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets whether the DTS dumps on any error.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true if the DTS dumps on any error; otherwise, false.

Vedere anche

Riferimento

IDTSDumpConfiguration100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper