LastRunTime 속성
Gets or sets the date and time that the schedule was last run.
네임스페이스: ReportService2005
어셈블리: ReportService2005.dll의 ReportService2005
구문
‘선언
Public Property LastRunTime As DateTime
Get
Set
‘사용 방법
Dim instance As Schedule
Dim value As DateTime
value = instance.LastRunTime
instance.LastRunTime = value
public DateTime LastRunTime { get; set; }
public:
property DateTime LastRunTime {
DateTime get ();
void set (DateTime value);
}
member LastRunTime : DateTime with get, set
function get LastRunTime () : DateTime
function set LastRunTime (value : DateTime)
속성 값
형식: System. . :: . .DateTime
A DateTime value containing the date and time that the schedule was last run.