ActiveState 类

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

继承层次结构

System.Object
  ReportService2010.ActiveState

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ActiveState
用法
Dim instance As ActiveState
[SerializableAttribute]
public class ActiveState
[SerializableAttribute]
public ref class ActiveState
[<SerializableAttribute>]
type ActiveState =  class end
public class ActiveState

ActiveState 类型公开以下成员。

构造函数

  名称 说明
公共方法 ActiveState Initializes a new instance of the ActiveState class.

页首

属性

  名称 说明
公共属性 DeliveryExtensionRemoved Gets a value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database.
公共属性 DeliveryExtensionRemovedSpecified Gets or sets a value that indicates whether the DeliveryExtensionRemoved property is specified.
公共属性 InvalidParameterValue Gets a value indicating whether a parameter value that is persisted with a subscription is valid.
公共属性 InvalidParameterValueSpecified Gets or sets a value that indicates whether the InvalidParameterValue property is specified.
公共属性 MissingParameterValue Gets a value indicating whether a parameter exists in a report that does not have a value specified for it in a subscription.
公共属性 MissingParameterValueSpecified Gets or sets a value that indicates whether the MissingParameterValue property is specified.
公共属性 SharedDataSourceRemoved Gets a value indicating whether a shared data source that is used by a subscription has been removed.
公共属性 SharedDataSourceRemovedSpecified Gets or sets a value that indicates whether the SharedDataSourceRemoved property is specified.
公共属性 UnknownReportParameter Gets a value indicating whether a report parameter is recognized as part of the parameter list for the report.
公共属性 UnknownReportParameterSpecified Gets or sets a value that indicates whether the UnknownReportParameter property is specified.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ReportService2010 命名空间