Subscription 类

Represents a subscription in the report server database.

继承层次结构

System. . :: . .Object
  ReportService2005..::..Subscription

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
<SerializableAttribute> _
Public Class Subscription
用法
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription =  class end
public class Subscription

Subscription 类型公开以下成员。

构造函数

  名称 说明
公共方法 Subscription Initializes a new instance of the Subscription class.

页首

属性

  名称 说明
公共属性 Active The ActiveState object of a subscription.
公共属性 DeliverySettings The settings that are specific to the delivery extension of the subscription.
公共属性 Description A description of the format and the delivery method for the reports that are associated with the subscription.
公共属性 EventType The type of event that triggers the subscription.
公共属性 IsDataDriven Indicates whether the subscription is data driven.
公共属性 LastExecuted The date and time that the report server last executed the report.
公共属性 LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
公共属性 ModifiedBy The name of the user who last modified the subscription. Read-only.
公共属性 ModifiedDate The date and time that the user last modified the subscription. Read-only.
公共属性 Owner The user name of the owner of the subscription. Read-only.
公共属性 Path The full path name of the report that is associated with the subscription.
公共属性 Report The name of the report that is associated with the subscription.
公共属性 Status The status of a subscription. Read-only.
公共属性 SubscriptionID The ID of the subscription.
公共属性 VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

A Subscription object is returned as output by the ListSubscriptions and ListSubscriptionsUsingDataSource methods.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。