共用方式為


Notification Members

Represents subscription information that delivery extensions use to deliver reports.

The following tables list the members exposed by the Notification type.

Protected Constructors

  名稱 Description
Notification Initializes a new instance of the Notification class.

頂端

Public Properties

  名稱 Description
ms160642.pubproperty(zh-tw,SQL.90).gif Attempt Indicates how many times the report server has attempted to deliver the notification.
ms160642.pubproperty(zh-tw,SQL.90).gif 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.
ms160642.pubproperty(zh-tw,SQL.90).gif Owner The user name of the owner who generated the notification. User name is in the form of domain\alias.
ms160642.pubproperty(zh-tw,SQL.90).gif Report A Report object containing information about the report that is associated with the subscription.
ms160642.pubproperty(zh-tw,SQL.90).gif Retry Indicates that the report server should retry delivering the notification.
ms160642.pubproperty(zh-tw,SQL.90).gif Status The status of the notification. Displayed in the subscription user interface.
ms160642.pubproperty(zh-tw,SQL.90).gif UserData An array of Setting objects that defines the values of the extension settings for the notification.

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms160642.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160642.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
ms160642.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms160642.pubmethod(zh-tw,SQL.90).gifms160642.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160642.pubmethod(zh-tw,SQL.90).gif Save Saves changes made to a Notification object in the associated subscription.
ms160642.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
ms160642.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms160642.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

Notification Class
Microsoft.ReportingServices.Interfaces Namespace