ExecutionDateTime 속성
Gets or sets the date and time that the snapshot associated with the execution was created.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005.dll의 ReportExecution2005
구문
‘선언
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.