ActiveState 클래스
Represents information about the active state of a subscription. An ActiveState object is returned by methods that query subscription properties.
네임스페이스: ReportService2005
어셈블리: ReportService2005.dll의 ReportService2005
구문
‘선언
<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
주의
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
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.