Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Class ProgressReportEventArgs _
    Inherits EventArgs
'Utilizzo
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

Nel tipo ProgressReportEventArgs sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.
Metodo pubblico ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32) Creates a new instance of the ProgressReportEventArgs class with the specified options.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Current Gets the Urn object value that specifies the object that the operation is currently processing.
Proprietà pubblica IsSchemaBound Gets a Boolean indicating if the Progress Report is bound to a schema.
Proprietà pubblica Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Proprietà pubblica SubTotal Gets the total number of objects within the current branch of the object hierarchy.
Proprietà pubblica SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
Proprietà pubblica Total Gets the total number of object in the entire object hierarchy.
Proprietà pubblica TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.