Поделиться через


Свойство Job.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.

См. также

Справочник

Job Класс

Пространство имен ReportService2010