Reporting.RefreshJobStatus 枚举
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration RefreshJobStatus
用法
Dim instance As Reporting.RefreshJobStatus
public enum RefreshJobStatus
成员
成员名称 | 说明 | |
---|---|---|
NeverStarted | 值为 0。不受支持。刷新作业永远不会开始。 | |
Succeded | 值 = 1。不受支持。刷新作业已完成,并已成功。 | |
FailedNotLocked | 值 = 2。不受支持。刷新作业完成,但由于某种原因失败了。 | |
FailedLocked | 值 = 3。不受支持。刷新作业完成,但由于某种原因失败了。报告数据库必须先锁定。 | |
InProgress | 值 = 4。不受支持。刷新作业在执行查询的时间运行。 | |
StoppingDueToPendingDuplicate | 值 = 5。不受支持。刷新作业将停止由于挂起的复制。 |
备注
Dbo 的 ItemValue 列中使用的Reporting.RefreshJobStatus类型。MSP_AdminStatus 表。目的只是为了解释此表中的信息提供了值和Reporting.RefreshJobStatus类型的说明。