JobPropertiesExecutionInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
作業執行的相關資訊。
public class JobPropertiesExecutionInfo
type JobPropertiesExecutionInfo = class
Public Class JobPropertiesExecutionInfo
- 繼承
-
JobPropertiesExecutionInfo
建構函式
JobPropertiesExecutionInfo() |
初始化 JobPropertiesExecutionInfo 類別的新實例。 |
JobPropertiesExecutionInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, IList<BatchAIError>) |
初始化 JobPropertiesExecutionInfo 類別的新實例。 |
屬性
EndTime |
取得結束時間。 |
Errors |
取得錯誤。 |
ExitCode |
取得結束代碼。 |
StartTime |
取得開始時間。 |