Compartir a través de


Subscription.LastExecuted Propiedad

Gets the date and time the report server last executed the report.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property LastExecuted As DateTime 
    Get 
    Set
'Uso
Dim instance As Subscription 
Dim value As DateTime 

value = instance.LastExecuted

instance.LastExecuted = value
public DateTime LastExecuted { get; set; }
public:
property DateTime LastExecuted {
    DateTime get ();
    void set (DateTime value);
}
member LastExecuted : DateTime with get, set
function get LastExecuted () : DateTime 
function set LastExecuted (value : DateTime)

Valor de la propiedad

Tipo: System.DateTime
A System.DateTime value that contains the date and time the report server last executed the report.

Comentarios

The date and time represents the most recent snapshot that is captured in the report server database.

The value for the LastExecuted property has a corresponding LastExecutedSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see Omitir valores para objetos de servicio web opcionales.

Vea también

Referencia

Subscription Clase

Espacio de nombres ReportService2006