LastRunTime 속성
Gets or sets the date and time that the schedule was last run.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.dll)
구문
‘선언
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 System..::..DateTime value that contains the date and time that the schedule was last run.
주의
The value for the LastRunTime property has a corresponding LastRunTimeSpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see 선택적 웹 서비스 개체에 대한 값 생략.