Notification 成員

Represents subscription information that delivery extensions use to deliver reports.

Notification 型別公開下列成員。

建構函式

  名稱 描述
受保護的方法 Notification Initializes a new instance of the Notification class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Save Saves changes made to a Notification object in the associated subscription.
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Attempt Indicates how many times the report server has attempted to deliver the notification.
公用屬性 MaxNumberOfRetries Indicates the maximum number of times the report server attempts to deliver the notification. This value is based on information contained in the delivery extension's configuration file.
公用屬性 Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
公用屬性 Report A Report object containing information about the report that is associated with the subscription.
公用屬性 Retry Indicates that the report server should retry delivering the notification.
公用屬性 Status The status of the notification. Displayed in the subscription user interface.
公用屬性 UserData An array of Setting objects that defines the values of the extension settings for the notification.

頂端