Subscription.Active Property

 

Applies To: SQL Server 2016 Preview

The ActiveState object of a subscription.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public ActiveState Active { get; set; }
public:
property ActiveState^ Active {
    ActiveState^ get();
    void set(ActiveState^ value);
}
member Active : ActiveState with get, set
Public Property Active As ActiveState

Property Value

Type: ReportService2005.ActiveState

A read-only ActiveState value.

See Also

Subscription Class
ReportService2005 Namespace

Return to top