Share via


Classe Subscription

Represents a subscription in the report server database.

Hiérarchie d'héritage

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Subscription
'Utilisation
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription =  class end
public class Subscription

Le type Subscription expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Subscription Initializes a new instance of the Subscription class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Active The ActiveState object of a subscription.
Propriété publique DeliverySettings The settings that are specific to the delivery extension of the subscription.
Propriété publique Description A description of the format and the delivery method for the reports that are associated with the subscription.
Propriété publique EventType The type of event that triggers the subscription.
Propriété publique IsDataDriven Indicates whether the subscription is data driven.
Propriété publique LastExecuted The date and time that the report server last executed the report.
Propriété publique LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
Propriété publique ModifiedBy The name of the user who last modified the subscription. Read-only.
Propriété publique ModifiedDate The date and time that the user last modified the subscription. Read-only.
Propriété publique Owner The user name of the owner of the subscription. Read-only.
Propriété publique Path The full path name of the report that is associated with the subscription.
Propriété publique Report The name of the report that is associated with the subscription.
Propriété publique Status The status of a subscription. Read-only.
Propriété publique SubscriptionID The ID of the subscription.
Propriété publique VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

A Subscription object is returned as output by the ListSubscriptions and ListSubscriptionsUsingDataSource methods.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence