SqlScriptEditorControl.MultiServerPropertiesDisplay.TotalRowsReturned Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total number of rows returned from all connections.
public:
property long TotalRowsReturned { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("RowsReturned_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("RowsReturned_Name")]
public long TotalRowsReturned { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("RowsReturned_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("RowsReturned_Name")>]
member this.TotalRowsReturned : int64
Public ReadOnly Property TotalRowsReturned As Long
Property Value
The total number of rows returned from all connections.
- Attributes