ExecutionInfo.ExecutionDateTime Propiedad
Gets or sets the date and time that the snapshot associated with the execution was created.
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Property ExecutionDateTime As DateTime
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.
Comentarios
This property is only valid when the HasSnapshot property is true.