Share via


ProgressReportEventArgs.TotalCount Property

Gets the total current count of objects processed by the operation within the entire object hierarchy.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property TotalCount As Integer 
    Get
'Usage
Dim instance As ProgressReportEventArgs 
Dim value As Integer 

value = instance.TotalCount
public int TotalCount { get; }
public:
property int TotalCount {
    int get ();
}
member TotalCount : int
function get TotalCount () : int

Property Value

Type: System.Int32
An Int32 value that specifies the current count of objects processed by the operation within the entire object hierarchy.

Examples

Handling SMO Events

See Also

Reference

ProgressReportEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace