共用方式為


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