ExecutionInfo.ExecutionDateTime 属性

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

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
Public Property ExecutionDateTime As DateTime 
    Get 
    Set
用法
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)

属性值

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

注释

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

请参阅

参考

ExecutionInfo 类

ReportExecution2005 命名空间