Share via


ScriptAndResultsEditorControl.IsSqlCmdMode 속성

Gets or sets the flag that specifies whether SQLCMD mode is set.

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

구문

‘선언
Public Property IsSqlCmdMode As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ScriptAndResultsEditorControl 
Dim value As Boolean 

value = instance.IsSqlCmdMode

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

속성 값

유형: System.Boolean
A Boolean value, True if SQLCMD mode is set, otherwise False.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

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