Поделиться через


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

  Имя Description
ProgressReportEventArgs Initializes a new instance of the ProgressReportEventArgs class.

В начало

Public Properties

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

В начало

Public Methods

(see also Protected Methods )

  Имя Description
ms219925.pubmethod(ru-ru,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219925.pubmethod(ru-ru,SQL.90).gif GetHashCode  (inherited from Object )
ms219925.pubmethod(ru-ru,SQL.90).gif GetType  (inherited from Object )
ms219925.pubmethod(ru-ru,SQL.90).gifms219925.static(ru-ru,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219925.pubmethod(ru-ru,SQL.90).gif ToString  (inherited from Object )

В начало

Protected Methods

  Имя Description
ms219925.protmethod(ru-ru,SQL.90).gif Finalize  (inherited from Object )
ms219925.protmethod(ru-ru,SQL.90).gif MemberwiseClone  (inherited from Object )

В начало

См. также

Справочник

ProgressReportEventArgs Class
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Handling SMO Events