Notification 멤버
Represents subscription information that delivery extensions use to deliver reports.
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에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동