Partilhar via


Classe Subscription

Represents a subscription in the report server database.

Hierarquia de herança

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 The ActiveState object of a subscription.
Propriedade pública DeliverySettings The settings that are specific to the delivery extension of the subscription.
Propriedade pública Description A description of the format and the delivery method for the reports that are associated with the subscription.
Propriedade pública EventType The type of event that triggers the subscription.
Propriedade pública IsDataDriven Indicates whether the subscription is data driven.
Propriedade pública LastExecuted The date and time that the report server last executed the report.
Propriedade pública LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
Propriedade pública ModifiedBy The name of the user who last modified the subscription. Read-only.
Propriedade pública ModifiedDate The date and time that the user last modified the subscription. Read-only.
Propriedade pública Owner The user name of the owner of the subscription. Read-only.
Propriedade pública Path The full path name of the report that is associated with the subscription.
Propriedade pública Report The name of the report that is associated with the subscription.
Propriedade pública Status The status of a subscription. Read-only.
Propriedade pública SubscriptionID The ID of the subscription.
Propriedade pública VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

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 ListSubscriptions and ListSubscriptionsUsingDataSource 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