다음을 통해 공유


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(ko-kr,SQL.90).gif Attempt Indicates how many times the report server has attempted to deliver the notification.
ms160642.pubproperty(ko-kr,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(ko-kr,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(ko-kr,SQL.90).gif Report A Report object containing information about the report that is associated with the subscription.
ms160642.pubproperty(ko-kr,SQL.90).gif Retry Indicates that the report server should retry delivering the notification.
ms160642.pubproperty(ko-kr,SQL.90).gif Status The status of the notification. Displayed in the subscription user interface.
ms160642.pubproperty(ko-kr,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(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160642.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms160642.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms160642.pubmethod(ko-kr,SQL.90).gifms160642.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160642.pubmethod(ko-kr,SQL.90).gif Save Saves changes made to a Notification object in the associated subscription.
ms160642.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms160642.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms160642.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

Notification Class
Microsoft.ReportingServices.Interfaces Namespace