Package.EnableDump Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specify if the dump file generation is enabled.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property EnableDump As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace