Share via


Clase Subscription

Represents a subscription.

Jerarquía de herencia

System. . :: . .Object
  ReportService2010..::..Subscription

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

Sintaxis

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

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 ListSubscriptionsUsingDataSource and ListMySubscriptions 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