Condividi tramite


Proprietà ExecutionInfo.ExecutionDateTime

Gets or sets the date and time that the snapshot associated with the execution was created.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property ExecutionDateTime As DateTime 
    Get 
    Set
'Utilizzo
Dim instance As ExecutionInfo 
Dim value As DateTime 

value = instance.ExecutionDateTime

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

Valore proprietà

Tipo: System.DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.

Osservazioni

This property is only valid when the HasSnapshot property is true.

Vedere anche

Riferimento

ExecutionInfo Classe

Spazio dei nomi ReportExecution2005