Share via


ScriptAndResultsEditorControl.ShowCurrentResultsBelowSplitter 속성

Gets or sets a Boolean value that specifies whether the results show below splitter or start from the second tab.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Protected Overridable ReadOnly Property ShowCurrentResultsBelowSplitter As Boolean 
    Get
‘사용 방법
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

속성 값

유형: System.Boolean
A Boolean value, True if results show below splitter, otherwise results start from the second tab.

주의

This class doesn't have logic to decide which mode to use, but handles both modes.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스