次の方法で共有


Subscription.Active プロパティ

サブスクリプションの ActiveState オブジェクトです。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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)

プロパティ値

型: ReportService2005.ActiveState
読み取り専用の ActiveState 値です。

関連項目

参照

Subscription クラス

ReportService2005 名前空間