共用方式為


Schedule.NextRunTime 屬性

Gets or sets the date and time that the schedule will run next.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Property NextRunTime As DateTime 
    Get 
    Set
'用途
Dim instance As Schedule 
Dim value As DateTime 

value = instance.NextRunTime

instance.NextRunTime = value
public DateTime NextRunTime { get; set; }
public:
property DateTime NextRunTime {
    DateTime get ();
    void set (DateTime value);
}
member NextRunTime : DateTime with get, set
function get NextRunTime () : DateTime 
function set NextRunTime (value : DateTime)

屬性值

型別:System.DateTime
A DateTime value containing date and time that the schedule will run next.

請參閱

參考

Schedule 類別

ReportService2005 命名空間