ActiveState Class
Definition
表示有关活动的订阅状态的信息。Represents information about the active state of a subscription. ActiveState 对象由对订阅属性进行查询的方法返回。An ActiveState object is returned by methods that query subscription properties.
public ref class ActiveState
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ActiveState
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ActiveState = class
Public Class ActiveState
- Inheritance
-
ActiveState
- Attributes
Remarks
ActiveState对象作为方法的输出返回 GetSubscriptionProperties 。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. 处于非活动状态的订阅将不会被 Report Server 处理,直到错误的原因得到解决。Subscriptions that are inactive are not processed by the report server until the cause of the error is resolved.
Constructors
ActiveState() |
初始化 ActiveState 类的新实例。Initializes a new instance of the ActiveState class. |
Properties
DeliveryExtensionRemoved |
获取一个值,该值指示是否已从报表服务器数据库中删除订阅中指定的传递扩展插件。Gets a value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database. |
DeliveryExtensionRemovedSpecified |
获取或设置一个值,该值指示是否指定 DeliveryExtensionRemoved 属性。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 |
获取或设置一个值,该值指示是否指定 InvalidParameterValue 属性。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 |
获取或设置一个值,该值指示是否指定 MissingParameterValue 属性。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 |
获取或设置一个值,该值指示是否指定 SharedDataSourceRemoved 属性。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 |
获取或设置一个值,该值指示是否指定 UnknownReportParameter 属性。Gets or sets a value that indicates whether the UnknownReportParameter property is specified. |