Freigeben über


Subscription-Klasse

Represents a subscription in the report server database.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..Subscription

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class Subscription
'Usage
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
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 Gets the ActiveState object of a subscription.
Öffentliche Eigenschaft DeliverySettings Gets the settings for the delivery extension of the subscription.
Öffentliche Eigenschaft Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
Öffentliche Eigenschaft EventType Gets the type of event that triggers the subscription.
Öffentliche Eigenschaft IsDataDriven Gets a value that indicates whether the subscription is data-driven.
Öffentliche Eigenschaft LastExecuted Gets the date and time the report server last executed the report.
Öffentliche Eigenschaft LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
Öffentliche Eigenschaft ModifiedBy Gets the name of the user who last modified the subscription.
Öffentliche Eigenschaft ModifiedDate Gets the date and time the user last modified the subscription.
Öffentliche Eigenschaft Owner Gets the user name for the owner of the subscription.
Öffentliche Eigenschaft Path Gets the fully qualified URL of the report that is associated with the subscription.
Öffentliche Eigenschaft Report Gets the name of the report that is associated with the subscription.
Öffentliche Eigenschaft Status Gets the status of a subscription.
Öffentliche Eigenschaft SubscriptionID Gets the ID of the subscription.
Öffentliche Eigenschaft VirtualPath Gets the virtual path of the report.

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 ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions 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