다음을 통해 공유


StartDateTime 속성

Gets the date and time that the job started.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
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.