Subscription 类

Represents a subscription in the report server database.

继承层次结构

System.Object
  ReportService2006.Subscription

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

语法

声明
Public Class Subscription
用法
Dim instance As Subscription
public class Subscription
public ref class Subscription
type Subscription =  class end
public class Subscription

Subscription 类型公开以下成员。

构造函数

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

页首

属性

  名称 说明
公共属性 Active Gets the ActiveState object of a subscription.
公共属性 DeliverySettings Gets the settings for the delivery extension of the subscription.
公共属性 Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
公共属性 EventType Gets the type of event that triggers the subscription.
公共属性 IsDataDriven Gets a value that indicates whether the subscription is data-driven.
公共属性 LastExecuted Gets the date and time the report server last executed the report.
公共属性 LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
公共属性 ModifiedBy Gets the name of the user who last modified the subscription.
公共属性 ModifiedDate Gets the date and time the user last modified the subscription.
公共属性 Owner Gets the user name for the owner of the subscription.
公共属性 Path Gets the fully qualified URL of the report that is associated with the subscription.
公共属性 Report Gets the name of the report that is associated with the subscription.
公共属性 Status Gets the status of a subscription.
公共属性 SubscriptionID Gets the ID of the subscription.
公共属性 VirtualPath Gets the virtual path of the report.

页首

方法

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

页首

注释

A Subscription object is returned as output by the ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions methods.

线程安全

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

请参阅

参考

ReportService2006 命名空间