Compartilhar via


Propriedade do RDL Subscription.Active

Gets the ActiveState object of a subscription.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property Active As ActiveState 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: ReportService2006.ActiveState
A read-only ActiveState value.

Consulte também

Referência

Subscription Classe

Namespace ReportService2006