Compartilhar via


Classe Subscription

Represents a subscription in the report server database.

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..Subscription

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class Subscription
'Uso
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription =  class end
public class Subscription

O tipo Subscription expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Subscription Initializes a new instance of the Subscription class.

Início

Propriedades

  Nome Descrição
Propriedade pública Active Gets the ActiveState object of a subscription.
Propriedade pública DeliverySettings Gets the settings for the delivery extension of the subscription.
Propriedade pública Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
Propriedade pública EventType Gets the type of event that triggers the subscription.
Propriedade pública IsDataDriven Gets a value that indicates whether the subscription is data-driven.
Propriedade pública LastExecuted Gets the date and time the report server last executed the report.
Propriedade pública LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
Propriedade pública ModifiedBy Gets the name of the user who last modified the subscription.
Propriedade pública ModifiedDate Gets the date and time the user last modified the subscription.
Propriedade pública Owner Gets the user name for the owner of the subscription.
Propriedade pública Path Gets the fully qualified URL of the report that is associated with the subscription.
Propriedade pública Report Gets the name of the report that is associated with the subscription.
Propriedade pública Status Gets the status of a subscription.
Propriedade pública SubscriptionID Gets the ID of the subscription.
Propriedade pública VirtualPath Gets the virtual path of the report.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência