Поделиться через


Класс Subscription

Represents a subscription.

Иерархия наследования

System.Object
  ReportService2010.Subscription

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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 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 ListSubscriptionsUsingDataSource and ListMySubscriptions methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010