StartDateTime 속성
Gets the date and time that the job started.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.dll)
구문
‘선언
Public Property StartDateTime As DateTime
Get
Set
‘사용 방법
Dim instance As Job
Dim value As DateTime
value = instance.StartDateTime
instance.StartDateTime = value
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
DateTime get ();
void set (DateTime value);
}
member StartDateTime : DateTime with get, set
function get StartDateTime () : DateTime
function set StartDateTime (value : DateTime)
속성 값
유형: System. . :: . .DateTime
A DataTime object that contains the date and time that the job started.