Partager via


Membres Notification

Represents subscription information that delivery extensions use to deliver reports.

Le type Notification expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée Notification Initializes a new instance of the Notification class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Save Saves changes made to a Notification object in the associated subscription.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Attempt Indicates how many times the report server has attempted to deliver the notification.
Propriété publique 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.
Propriété publique Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
Propriété publique Report A Report object containing information about the report that is associated with the subscription.
Propriété publique Retry Indicates that the report server should retry delivering the notification.
Propriété publique Status The status of the notification. Displayed in the subscription user interface.
Propriété publique UserData An array of Setting objects that defines the values of the extension settings for the notification.

Haut de la page