ExecutionInfo.ExpirationDateTime Property
Gets or sets the date and time that the execution expires.
Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly : ReportExecution2005 (in reportexecutionservice.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
A DateTime object containing the date and time that the execution expires.
Osservazioni
This is the expiration date and time of the execution, not the snapshot.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace