Project.ProjectType enumeration
指定專案的類型。
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'宣告
<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
Members
Member name | Description | |
---|---|---|
MinRequestValue | 值等於 0。僅限 ; 內部請勿使用。 | |
Void | 值 = 1。僅限 ; 內部請勿使用。 | |
Project | 值等於 0。標準的專案。 | |
Template | 值 = 1。專案範本。 | |
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 方法。