Share via


SqlScriptEditorControl.ShowCurrentResultsBelowSplitter Property

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.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property ShowCurrentResultsBelowSplitter As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.ShowCurrentResultsBelowSplitter
protected override bool ShowCurrentResultsBelowSplitter { get; }
protected:
virtual property bool ShowCurrentResultsBelowSplitter {
    bool get () override;
}
abstract ShowCurrentResultsBelowSplitter : bool 
override ShowCurrentResultsBelowSplitter : bool
override function get ShowCurrentResultsBelowSplitter () : boolean

Property Value

Type: System.Boolean
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.

See Also

Reference

SqlScriptEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace