ScriptAndResultsEditorControl.CurrentDB Property

Definition

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

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

Property Value

A string value that specifies the database.

Applies to