ScriptAndResultsEditorControl.CurrentDB 속성

정의

스크립트의 최신 논리 데이터베이스를 가져오거나 설정합니다.

protected:
 abstract property System::String ^ CurrentDB { System::String ^ get(); void set(System::String ^ value); };
protected abstract string CurrentDB { get; set; }
member this.CurrentDB : string with get, set
Protected MustOverride Property CurrentDB As String

속성 값

데이터베이스를 지정하는 문자열 값입니다.

적용 대상