Code Assist MCP for Microsoft Project

Build 25.0.9540

ODataV2 データモデル

The ODataV2 schema implements the ProjectServer service endpoints. Unlike the ODataV1 schema, which is entirely read-only, this schema contains both tables and views.

Tables

テーブル represent Microsoft Project objects like Calendars, Phases, and TimeSheets. Tables support write operations (INSERT, UPDATE, and DELETE) and are retrieved dynamically from the authenticated Microsoft Project account.

Views

ビュー are table-like schema objects that represent read-only Microsoft Project objects like Events and TimeSheetPeriods. They are retrieved dynamically from the authenticated Microsoft Project account.

Stored Procedures

ストアドプロシージャ are function-like interfaces to Microsoft Project. Stored procedures allow you to execute operations to Microsoft Project.

ODataV2 Limitations

Published and Draft Objects

Several objects in the OData V2 data model come in pairs, including a draft version (having a name starting with "Draft") and a published version (having a name starting with "Published").

While they are exposed as views, data can be inserted indirectly into published objects using draft objects as an intermediary. See 発行済みオブジェクトと下書きオブジェクト for more details.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540