ReportService2005


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)
Syntax

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
Remarks

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.


Inheritance Hierarchy

System.Object
  ReportService2005.ActiveState
Thread Safety

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.
Platforms

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
See Also

Tags :


Page view tracker