Subscription.Active Property
The ActiveState object of a subscription.
Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)
Sintaxis
'Declaración
Public Property Active As ActiveState
public ActiveState Active { get; set; }
public:
property ActiveState^ Active {
ActiveState^ get ();
void set (ActiveState^ value);
}
/** @property */
public ActiveState get_Active ()
/** @property */
public void set_Active (ActiveState value)
public function get Active () : ActiveState
public function set Active (value : ActiveState)
Valor de propiedad
A read-only ActiveState value.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Subscription Class
Subscription Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace