共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。