Share via


ScriptAndResultsEditorControl.IsDebugging Property

Gets or sets whether the script is being executed.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Property IsDebugging As Boolean 
    Get 
    Set
'Usage
Dim instance As ScriptAndResultsEditorControl 
Dim value As Boolean 

value = instance.IsDebugging

instance.IsDebugging = value
public bool IsDebugging { get; set; }
public:
property bool IsDebugging {
    bool get ();
    void set (bool value);
}
member IsDebugging : bool with get, set
function get IsDebugging () : boolean 
function set IsDebugging (value : boolean)

Property Value

Type: System.Boolean
A Boolean value, True if the script is being executed, otherwise False.

See Also

Reference

ScriptAndResultsEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace