EnterpriseProjectTypes
Retrieve and modify project types.
Columns
| Name | Type | ReadOnly | References | Required | Description |
| Id [KEY] | String | False | False | ||
| Departments | String | False | False | ||
| Description | String | False | False | ||
| ImageUrl | String | False | False | ||
| IsDefault | Bool | False | False | ||
| IsManaged | Bool | False | False | ||
| Name | String | False | False | ||
| Order | Int | False | False | ||
| PermissionSyncEnable | Bool | False | False | ||
| ProjectPlanTemplateId | String | False | False | ||
| SiteCreationOption | Int | False | False | ||
| SiteCreationURL | String | False | False | ||
| TaskListSyncEnable | Bool | False | False | ||
| WorkflowAssociationId | String | False | False | ||
| WorkflowAssociationName | String | False | False | ||
| WorkspaceTemplateLCID | Int | False | False | ||
| WorkspaceTemplateName | String | False | False | ||
| LinkedProjectDetailPages | String | False | False |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| InsertMode | String |
Determines the Insert Mode. Set to 'ADD' to use standard MSProject Add functions. Set to 'ODATA' to use standard ODATA insert functionality. Only applicable during inserts. |