ProgressReportEventArgs Properties
SQL Server 2012
The ProgressReportEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Current | Gets the Urn object value that specifies the object that the operation is currently processing. |
|
IsSchemaBound | Gets a Boolean indicating whether the Progress Report is bound to a schema. |
|
Parent | Gets the Urn object that is the parent of the ProgressReportEventArgs object. |
|
SubTotal | Gets the total number of objects within the current branch of the object hierarchy. |
|
SubTotalCount | Gets the current count of objects processed by the operation within the current branch of the object hierarchy. |
|
Total | Gets the total number of object in the entire object hierarchy. |
|
TotalCount | Gets the total current count of objects processed by the operation within the entire object hierarchy. |
