Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the application dumps on any error.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property DumpOnAnyError As Boolean
Get
Set
'Usage
Dim instance As Application
Dim value As Boolean
value = instance.DumpOnAnyError
instance.DumpOnAnyError = value
public bool DumpOnAnyError { get; set; }
public:
property bool DumpOnAnyError {
bool get ();
void set (bool value);
}
member DumpOnAnyError : bool with get, set
function get DumpOnAnyError () : boolean
function set DumpOnAnyError (value : boolean)
Property Value
Type: System.Boolean
True if the application dumps on any error; otherwise, false.