SqlScriptEditorControl.ShowCurrentResultsBelowSplitter Property

Definition

Gets a Boolean value that indicates whether current query results are shown below the splitter on the tabs on the same level with the query text.

protected:
 virtual property bool ShowCurrentResultsBelowSplitter { bool get(); };
protected override bool ShowCurrentResultsBelowSplitter { get; }
member this.ShowCurrentResultsBelowSplitter : bool
Protected Overrides ReadOnly Property ShowCurrentResultsBelowSplitter As Boolean

Property Value

A Boolean value that indicates whether current query results are shown below the splitter on the tabs on the same level with the query text, if True, results are visible below the splitter.

Applies to