Reporting.WSSReportingSyncTypes 枚举
使用 SharePoint 网站上的项目工作区中指定报告数据库,同步类型 (问题、 风险和可交付结果)。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration WSSReportingSyncTypes
用法
Dim instance As Reporting.WSSReportingSyncTypes
[FlagsAttribute]
public enum WSSReportingSyncTypes
成员
成员名称 | 说明 | |
---|---|---|
Issues | 值 = 1。同步的问题列表。 | |
Risks | 值 = 2。同步风险列表。 | |
Deliverables | 值 = 4。同步可交付结果列表。 | |
Documents | ||
All | 值 = 7。同步所有类型。值是 Issues OR Risks OR Deliverables 的十六进制。 |