Share via


ProgressReportEventArgs.Total Property

Gets the total number of object in the entire object hierarchy.

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

Syntax

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

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

Property Value

Type: System.Int32
An Int32 value that specifies the total number of object in the entire object hierarchy.

Examples

Handling SMO Events

See Also

Reference

ProgressReportEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace