Share via


Classe Subscription

Represents a subscription.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..Subscription

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.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 Gets the ActiveState object of a subscription.
Propriété publique DeliverySettings Gets the settings for the delivery extension of the subscription.
Propriété publique Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
Propriété publique EventType Gets the type of event that triggers the subscription.
Propriété publique IsDataDriven Gets a value that indicates whether the subscription is data-driven.
Propriété publique LastExecuted Gets the date and time the report server last executed the report.
Propriété publique LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
Propriété publique ModifiedBy Gets the name of the user who last modified the subscription.
Propriété publique ModifiedDate Gets the date and time the user last modified the subscription.
Propriété publique Owner Gets the user name for the owner of the subscription.
Propriété publique Path Gets the fully qualified URL of the report that is associated with the subscription.
Propriété publique Report Gets the name of the report that is associated with the subscription.
Propriété publique Status Gets the status of a subscription.
Propriété publique SubscriptionID Gets the ID of the subscription.
Propriété publique VirtualPath Gets the virtual path of the report.

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