ActiveXScriptTask.DebugMode Property

A Boolean that indicates if a task should check if breakpoints are enabled.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly:  Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)

Syntax

'Declaration
Public Property DebugMode As Boolean
    Get
    Set
'Usage
Dim instance As ActiveXScriptTask
Dim value As Boolean

value = instance.DebugMode

instance.DebugMode = value
public bool DebugMode { get; set; }
public:
virtual property bool DebugMode {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract DebugMode : bool with get, set
override DebugMode : bool with get, set
final function get DebugMode () : boolean
final function set DebugMode (value : boolean)

Property Value

Type: System.Boolean
true if the task should check for enabled breakpoints; false otherwise.

Implements

IDTSBreakpointSite.DebugMode

Remarks

Important

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.