Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.TotalRowsReturned 속성

Gets the total number of rows returned from all connections.

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

구문

‘선언
<DisplayCategoryKeyAttribute("AggregateStatus_Category")> _
<DisplayNameKeyAttribute("RowsReturned_Name")> _
<DisplayDescriptionKeyAttribute("RowsReturned_Description")> _
Public ReadOnly Property TotalRowsReturned As Long 
    Get
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim value As Long 

value = instance.TotalRowsReturned
[DisplayCategoryKeyAttribute("AggregateStatus_Category")]
[DisplayNameKeyAttribute("RowsReturned_Name")]
[DisplayDescriptionKeyAttribute("RowsReturned_Description")]
public long TotalRowsReturned { get; }
[DisplayCategoryKeyAttribute(L"AggregateStatus_Category")]
[DisplayNameKeyAttribute(L"RowsReturned_Name")]
[DisplayDescriptionKeyAttribute(L"RowsReturned_Description")]
public:
property long long TotalRowsReturned {
    long long get ();
}
[<DisplayCategoryKeyAttribute("AggregateStatus_Category")>]
[<DisplayNameKeyAttribute("RowsReturned_Name")>]
[<DisplayDescriptionKeyAttribute("RowsReturned_Description")>]
member TotalRowsReturned : int64
function get TotalRowsReturned () : long

속성 값

유형: System.Int64
The total number of rows returned from all connections.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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