Share via


ProgressReportEventArgs.SubTotal Property

Gets the total number of objects within the current branch of the object hierarchy.

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

Syntax

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

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

Property Value

Type: System.Int32
An Int32 that specifies the total number of objects within the current branch of the object hierarchy.

Examples

Handling SMO Events

See Also

Reference

ProgressReportEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace