Job.StartDateTime 속성

The date and time that the job started.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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 read-only DateTime object.

참고 항목

참조

Job 클래스

ReportService2005 네임스페이스