ScriptAndResultsEditorControl.IsConnected 속성

Gets or sets whether the editor control is connected.

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

구문

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

value = instance.IsConnected

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

속성 값

유형: System.Boolean
A Boolean value, True if connected, otherwise False.

구현

ISqlToolsWindowWithConnectionState.IsConnected

참고 항목

참조

ScriptAndResultsEditorControl 클래스

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