다음을 통해 공유


Active 속성

Gets the ActiveState object of a subscription.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property Active As ActiveState
    Get
    Set
‘사용 방법
Dim instance As Subscription
Dim value As ActiveState

value = instance.Active

instance.Active = value
public ActiveState Active { get; set; }
public:
property ActiveState^ Active {
    ActiveState^ get ();
    void set (ActiveState^ value);
}
member Active : ActiveState with get, set
function get Active () : ActiveState
function set Active (value : ActiveState)

속성 값

유형: ReportService2010. . :: . .ActiveState
A read-only ActiveState value.