Compartir a través de


Clase ActiveState

Represents information about the active state of a subscription. An ActiveState object is returned by methods that query subscription properties.

Jerarquía de herencia

System.Object
  ReportService2010.ActiveState

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ActiveState
'Uso
Dim instance As ActiveState
[SerializableAttribute]
public class ActiveState
[SerializableAttribute]
public ref class ActiveState
[<SerializableAttribute>]
type ActiveState =  class end
public class ActiveState

El tipo ActiveState expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DeliveryExtensionRemoved Gets a value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database.
Propiedad pública DeliveryExtensionRemovedSpecified Gets or sets a value that indicates whether the DeliveryExtensionRemoved property is specified.
Propiedad pública InvalidParameterValue Gets a value indicating whether a parameter value that is persisted with a subscription is valid.
Propiedad pública InvalidParameterValueSpecified Gets or sets a value that indicates whether the InvalidParameterValue property is specified.
Propiedad pública MissingParameterValue Gets a value indicating whether a parameter exists in a report that does not have a value specified for it in a subscription.
Propiedad pública MissingParameterValueSpecified Gets or sets a value that indicates whether the MissingParameterValue property is specified.
Propiedad pública SharedDataSourceRemoved Gets a value indicating whether a shared data source that is used by a subscription has been removed.
Propiedad pública SharedDataSourceRemovedSpecified Gets or sets a value that indicates whether the SharedDataSourceRemoved property is specified.
Propiedad pública UnknownReportParameter Gets a value indicating whether a report parameter is recognized as part of the parameter list for the report.
Propiedad pública UnknownReportParameterSpecified Gets or sets a value that indicates whether the UnknownReportParameter property is specified.

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

An ActiveState object is returned as output by the GetSubscriptionProperties method.

The active state of a subscription indicates whether a subscription is currently active and valid. If there is a problem with the subscription, the active state of a subscription can be queried programmatically to determine the cause of the problem. More than one error condition can cause a subscription to be inactive. Subscriptions that are inactive are not processed by the report server until the cause of the error is resolved.

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 ReportService2010