Freigeben über


Subscription-Member

Represents a subscription in the report server database.

Der Subscription-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Subscription Initializes a new instance of the Subscription class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang