共用方式為


Subscription.Active 屬性

Gets the ActiveState object of a subscription.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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)

屬性值

型別:ReportService2006.ActiveState
A read-only ActiveState value.

請參閱

參考

Subscription 類別

ReportService2006 命名空間