ProgressReportEventArgs Members
The ProgressReportEventArgs object provides programmatic access to the arguments used to report the progress of an operation that works through an object hierarchy, such as discovering dependencies in scripting operations.
The following tables list the members exposed by the ProgressReportEventArgs type.
Public Constructors
名稱 | Description | |
---|---|---|
ProgressReportEventArgs | Initializes a new instance of the ProgressReportEventArgs class. |
頂端
Public Properties
名稱 | Description | |
---|---|---|
Current | Gets the Urn object value that specifies the object that the operation is currently processing. | |
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. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
ProgressReportEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace