ScriptAndResultsEditorControl.ShowCurrentResultsBelowSplitter Property
Gets or sets a Boolean value that specifies whether the results show below splitter or start from the second tab.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ShowCurrentResultsBelowSplitter As Boolean
Get
'Usage
Dim value As Boolean
value = Me.ShowCurrentResultsBelowSplitter
protected virtual bool ShowCurrentResultsBelowSplitter { get; }
protected:
virtual property bool ShowCurrentResultsBelowSplitter {
bool get ();
}
abstract ShowCurrentResultsBelowSplitter : bool
override ShowCurrentResultsBelowSplitter : bool
function get ShowCurrentResultsBelowSplitter () : boolean
Property Value
Type: System.Boolean
A Boolean value, True if results show below splitter, otherwise results start from the second tab.
Remarks
This class doesn't have logic to decide which mode to use, but handles both modes.
See Also
Reference
ScriptAndResultsEditorControl Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace