DataStoreEnum Enumeration
Specifies the Project Server database: Draft, Published, Archive, or Reporting.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration DataStoreEnum
'Usage
Dim instance As DataStoreEnum
public enum DataStoreEnum
Members
| Member name | Description | |
|---|---|---|
| WorkingStore | Value=0. Draft database. | |
| PublishedStore | Value=1. Published database. | |
| VersionsStore | Value=2. Archive database. | |
| ReportingStore | Value=3. Reporting database. |
Remarks
The DataStoreEnum type is used in the following Project methods:
For more information, see UpdateStatusApprovals.
Note
The WebSvcProject namespace also includes the DataStoreEnum type.