Share via


ScriptAndResultsEditorControl.CurrentDB 속성

Gets or sets the logical database that is current for the script.

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

구문

‘선언
Protected MustOverride Property CurrentDB As String 
    Get 
    Set
‘사용 방법
Dim value As String 

value = Me.CurrentDB 

Me.CurrentDB = value
protected abstract string CurrentDB { get; set; }
protected:
virtual property String^ CurrentDB {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract CurrentDB : string with get, set
abstract function get CurrentDB () : String 
abstract function set CurrentDB (value : String)

속성 값

유형: System.String
A string value that specifies the database.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

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