Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Class ProgressReportEventArgs _
    Inherits EventArgs
'Uso
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

El tipo ProgressReportEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.
Método público ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the Urn object value that specifies the object that the operation is currently processing.
Propiedad pública IsSchemaBound Gets a Boolean indicating if the Progress Report is bound to a schema.
Propiedad pública Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Propiedad pública SubTotal Gets the total number of objects within the current branch of the object hierarchy.
Propiedad pública SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
Propiedad pública Total Gets the total number of object in the entire object hierarchy.
Propiedad pública TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.