Partager via


Propriété IDTSDumpConfiguration100.EnableDump

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 enables dumping.

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

Syntaxe

'Déclaration
Property EnableDump As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSDumpConfiguration100 
Dim value As Boolean 

value = instance.EnableDump

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

Valeur de propriété

Type : System.Boolean
true if the DTS enables dumping; otherwise, false.

Voir aussi

Référence

IDTSDumpConfiguration100 Interface

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