SqlScriptEditorControl.CurrentDB Property

Definition

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

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

Property Value

A string value that specifies the database.

Applies to