共用方式為


Job.StartDateTime 屬性

Gets the date and time that the job started.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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 類別

ReportService2006 命名空間