Partager via


Propriété Package.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.

Specify if the dump file generation is enabled.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property EnableDump As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Package 
Dim value As Boolean 

value = instance.EnableDump

instance.EnableDump = value
[BrowsableAttribute(false)]
public bool EnableDump { get; set; }
[BrowsableAttribute(false)]
public:
property bool EnableDump {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member EnableDump : bool with get, set
function get EnableDump () : boolean 
function set EnableDump (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the dump file generation is enabled; otherwise, false.

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime