Subscription 类
Represents a subscription in the report server database.
继承层次结构
System. . :: . .Object
ReportService2006..::..Subscription
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。