다음을 통해 공유


Notification 클래스

Represents subscription information that delivery extensions use to deliver reports.

상속 계층

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Notification

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public MustInherit Class Notification
‘사용 방법
Dim instance As Notification
public abstract class Notification
public ref class Notification abstract
[<AbstractClassAttribute>]
type Notification =  class end
public abstract class Notification

Notification 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 Notification Initializes a new instance of the Notification class.

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Save Saves changes made to a Notification object in the associated subscription.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.