Compartir a través de


Clase Subscription

Represents a subscription in the report server database.

Jerarquía de herencia

System.Object
  ReportService2005.Subscription

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Class Subscription
'Uso
Dim instance As Subscription
public class Subscription
public ref class Subscription
type Subscription =  class end
public class Subscription

El tipo Subscription expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Subscription Initializes a new instance of the Subscription class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2005