Condividi tramite


Classe Subscription

Represents a subscription in the report server database.

Gerarchia di ereditarietà

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

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Subscription
'Utilizzo
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription =  class end
public class Subscription

Nel tipo Subscription sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Subscription Initializes a new instance of the Subscription class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento