DataStoreEnum Enumeration

Specifies the Project Server database: Draft, Published, Archive, or Reporting.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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.

See Also

Reference

Project Web Service