ActiveState 类
Represents information about the active state of a subscription. An ActiveState object is returned by methods that query subscription properties.
继承层次结构
System. . :: . .Object
ReportService2006..::..ActiveState
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。