Project.ProjectType 列舉
會指定專案類型。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
<ClientCallableTypeAttribute(ServerTypeId := "938B8657-A40B-42F9-B42A-6246AB4286B1")> _
Public Enumeration ProjectType
'用途
Dim instance As Project.ProjectType
[ClientCallableTypeAttribute(ServerTypeId = "938B8657-A40B-42F9-B42A-6246AB4286B1")]
public enum ProjectType
成員
成員名稱 | 描述 | |
---|---|---|
MinRequestValue | 值 = 0。僅限 ; 內部請勿使用。 | |
Void | 值 =-1。僅限 ; 內部請勿使用。 | |
Project | 值 = 0。標準的專案。 | |
Template | 值 = 1。Project 範本。 | |
Global | 值 = 2。企業通用範本。 | |
ResGlobal | 值 = 3。企業資源資料庫。 | |
LightWeightProject | 值 = 4。在專案提案。 | |
InsertedProject | 值 = 5。子專案時。 | |
MasterProject | 值 = 6。主專案。 | |
TimesheetAdminProject | 值 = 7。時程表管理專案,用於從Microsoft Office Project Server 2007升級。如需詳細資訊,請參閱 < 報表資料庫結構描述參考 (英文)。 | |
NewProject | 值 = 100。僅限 ; 內部請勿使用。 | |
NewTemplate | 值 = 101。僅限 ; 內部請勿使用。 | |
NewGlobal | 值 = 102。僅限 ; 內部請勿使用。 | |
NewResGlobal | 值 = 103。僅限 ; 內部請勿使用。 | |
InactiveProject | 值 = 1000年。僅限 ; 內部請勿使用。 | |
InactiveTemplate | 值 = 1001年。僅限 ; 內部請勿使用。 | |
InactiveGlobal | 值 = 1002年。僅限 ; 內部請勿使用。 | |
NewOffset | 值 = 100。僅限 ; 內部請勿使用。 | |
InactiveOffset | 值 = 1000年。僅限 ; 內部請勿使用。 | |
MaxRequestValue | 值 = 101。僅限 ; 內部請勿使用。 |
備註
僅限有效類型 PSI 可以建立的專案是Project、 Template、 LightWeightProject、 MasterProject及InsertedProject。專案類型供內部使用,且不 > 所述。
Global和ResGlobal值會對應至企業通用範本和企業資源資料庫中的 Microsoft Office Project Server 2007 以前的版本。在 Project Server 中的企業通用和企業資源資料庫不是專案。
如需詳細資訊,請參閱 < ReadProjectStatus PSI 方法。