Job.StartDateTime プロパティ

ジョブを開始した日時です。

名前空間:  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
読み取り専用の DateTime オブジェクトです。

関連項目

参照

Job クラス

ReportService2005 名前空間