Compartir a través de


ExecutionInfo.ExpirationDateTime Property

Gets or sets the date and time that the execution expires.

Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Ensamblado: ReportExecution2005 (in reportexecutionservice.dll)

Sintaxis

'Declaración
Public Property ExpirationDateTime As DateTime
public DateTime ExpirationDateTime { get; set; }
public:
property DateTime ExpirationDateTime {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_ExpirationDateTime ()

/** @property */
public void set_ExpirationDateTime (DateTime value)
public function get ExpirationDateTime () : DateTime

public function set ExpirationDateTime (value : DateTime)

Valor de propiedad

A DateTime object containing the date and time that the execution expires.

Notas

This is the expiration date and time of the execution, not the snapshot.

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

ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace