ScriptAndResultsEditorControl.IsWithNumberOfRowsOnStatusBar 속성

Gets a Boolean value that specifies whether the status bar contains a panel for number of fetched rows.

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

구문

‘선언
Protected Overridable ReadOnly Property IsWithNumberOfRowsOnStatusBar As Boolean 
    Get
‘사용 방법
Dim value As Boolean 

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

속성 값

유형: System.Boolean
A Boolean value, True if status bar contains a panel for number of fetched rows, otherwise False.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

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