Partager via


Propriété IDTSDumpConfiguration100.DumpOnAnyError

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets whether the DTS dumps on any error.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property DumpOnAnyError As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSDumpConfiguration100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper