共用方式為


ActiveState 成員

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

ActiveState 型別公開下列成員。

建構函式

  名稱 描述
公用方法 ActiveState Initializes a new instance of the ActiveState class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端