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の 16 進数の結果です。 |