Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Reporting Services
Technical Reference
ReportService2005
ActiveState Class
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
ActiveState Class

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

Namespace: ReportService2005
Assembly: ReportService2005 (in reportservice2005.dll)
VisualBasicDeclaration
<SerializableAttribute> _
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Class ActiveState
CSharp
[SerializableAttribute] 
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public class ActiveState
ManagedCPlusPlus
[SerializableAttribute] 
[DesignerCategoryAttribute(L"code")] 
[DebuggerStepThroughAttribute] 
[XmlTypeAttribute(Namespace=L"http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public ref class ActiveState
JSharp
/** @attribute SerializableAttribute() */ 
/** @attribute DesignerCategoryAttribute("code") */ 
/** @attribute DebuggerStepThroughAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public class ActiveState
JScript
SerializableAttribute 
DesignerCategoryAttribute("code") 
DebuggerStepThroughAttribute 
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public class ActiveState

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 become inactive. Subscriptions that are inactive are not processed by the report server until the cause of the error is resolved.


System.Object
  ReportService2005.ActiveState
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2), Windows 2000 Professional, Windows 2000 Advanced Server, Windows XP Home Edition, For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server., Windows Vista, Windows Mobile 5.0, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker