DpmJobExtendedInfo interface
DPM 工作負載特定作業的其他資訊。
屬性
dynamic |
作業執行時未本地化的錯誤訊息。 |
property |
作業屬性。 |
tasks |
與此作業相關聯的工作清單。 |
屬性詳細資料
dynamicErrorMessage
作業執行時未本地化的錯誤訊息。
dynamicErrorMessage?: string
屬性值
string
propertyBag
作業屬性。
propertyBag?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}