共用方式為


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 型別公開下列成員。

建構函式

  名稱 說明
公用方法 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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。