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 네임스페이스