Freigeben über


Subscription-Klasse

Represents a subscription in the report server database.

Vererbungshierarchie

System.Object
  ReportService2005.Subscription

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Class Subscription
'Usage
Dim instance As Subscription
public class Subscription
public ref class Subscription
type Subscription =  class end
public class Subscription

Der Subscription-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

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

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

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2005-Namespace