Share via


Classe ProgressReportEventArgs

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.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Smo..::..ProgressReportEventArgs

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Class ProgressReportEventArgs _
    Inherits EventArgs
'Utilisation
Dim instance As ProgressReportEventArgs
public class ProgressReportEventArgs : EventArgs
public ref class ProgressReportEventArgs : public EventArgs
type ProgressReportEventArgs =  
    class
        inherit EventArgs
    end
public class ProgressReportEventArgs extends EventArgs

Le type ProgressReportEventArgs expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.
Méthode publique ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.

Haut de la page

Propriétés

  Nom Description
Propriété publique Current Gets the Urn object value that specifies the object that the operation is currently processing.
Propriété publique IsSchemaBound Gets a Boolean indicating if the Progress Report is bound to a schema.
Propriété publique Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Propriété publique SubTotal Gets the total number of objects within the current branch of the object hierarchy.
Propriété publique SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
Propriété publique Total Gets the total number of object in the entire object hierarchy.
Propriété publique TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.