Partager via


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

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

Haut de la page

Public Properties

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

Haut de la page

Public Methods

(see also Protected Methods )

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

Haut de la page

Protected Methods

  Nom Description
ms219925.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms219925.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Voir aussi

Référence

ProgressReportEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Handling SMO Events