ScriptAndResultsEditorControl.IsExecuting 속성

Gets or sets whether the script is being executed.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Protected Property IsExecuting As Boolean 
    Get 
    Set
‘사용 방법
Dim value As Boolean 

value = Me.IsExecuting 

Me.IsExecuting = value
protected bool IsExecuting { get; set; }
protected:
property bool IsExecuting {
    bool get ();
    void set (bool value);
}
member IsExecuting : bool with get, set
function get IsExecuting () : boolean 
function set IsExecuting (value : boolean)

속성 값

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

참고 항목

참조

ScriptAndResultsEditorControl 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스