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)

구문

‘선언
Public Class ActiveState
‘사용 방법
Dim instance As ActiveState
public class ActiveState
public ref class ActiveState
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

ReportService2006 네임스페이스