Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a subscription in the report server database.
Hiérarchie d'héritage
System.Object
ReportService2006.Subscription
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Class Subscription
'Utilisation
Dim instance As Subscription
public class Subscription
public ref class Subscription
type Subscription = class end
public class Subscription
Le type Subscription expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
Subscription | Initializes a new instance of the Subscription class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Active | Gets the ActiveState object of a subscription. |
![]() |
DeliverySettings | Gets the settings for the delivery extension of the subscription. |
![]() |
Description | Gets a description of the format and the delivery method for the reports that are associated with the subscription. |
![]() |
EventType | Gets the type of event that triggers the subscription. |
![]() |
IsDataDriven | Gets a value that indicates whether the subscription is data-driven. |
![]() |
LastExecuted | Gets the date and time the report server last executed the report. |
![]() |
LastExecutedSpecified | Gets a value that indicates whether the LastExecuted property is specified. |
![]() |
ModifiedBy | Gets the name of the user who last modified the subscription. |
![]() |
ModifiedDate | Gets the date and time the user last modified the subscription. |
![]() |
Owner | Gets the user name for the owner of the subscription. |
![]() |
Path | Gets the fully qualified URL of the report that is associated with the subscription. |
![]() |
Report | Gets the name of the report that is associated with the subscription. |
![]() |
Status | Gets the status of a subscription. |
![]() |
SubscriptionID | Gets the ID of the subscription. |
![]() |
VirtualPath | Gets the virtual path of the report. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
A Subscription object is returned as output by the ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions 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.
.gif)
.gif)
.gif)