共用方式為


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 命名空間