Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the Project Server database: Draft, Published, Archive, or Reporting.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration DataStoreEnum
'Usage
Dim instance As DataStoreEnum
[SerializableAttribute]
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 PSI methods:
For more information, see UpdateStatusApprovals.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the DataStoreEnum type.