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.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

O tipo ProgressReportEventArgs expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência