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

  Name Description
ProgressReportEventArgs Initializes a new instance of the ProgressReportEventArgs class.

Top

Public Properties

  Name Description
ms219925.pubproperty(en-US,SQL.90).gif Current Gets the Urn object value that specifies the object that the operation is currently processing.
ms219925.pubproperty(en-US,SQL.90).gif Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
ms219925.pubproperty(en-US,SQL.90).gif SubTotal Gets the total number of objects within the current branch of the object hierarchy.
ms219925.pubproperty(en-US,SQL.90).gif SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
ms219925.pubproperty(en-US,SQL.90).gif Total Gets the total number of object in the entire object hierarchy.
ms219925.pubproperty(en-US,SQL.90).gif TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219925.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219925.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms219925.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms219925.pubmethod(en-US,SQL.90).gifms219925.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219925.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms219925.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219925.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ProgressReportEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events