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 命名空间