ScriptAndResultsEditorControl.IsWithNumberOfRowsOnStatusBar Property
Gets a Boolean value that specifies whether the status bar contains a panel for number of fetched rows.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsWithNumberOfRowsOnStatusBar As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value, True if status bar contains a panel for number of fetched rows, otherwise False.
See Also
Reference
ScriptAndResultsEditorControl Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace