ProjectDataSet Class

Specifies the primary dataset that is used throughout the [Project Web service] web service.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      [Project Web service].ProjectDataSet

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 Class ProjectDataSet _
    Inherits DataSet
'Usage
Dim instance As ProjectDataSet
[SerializableAttribute]
public class ProjectDataSet : DataSet

Remarks

Note

The PSI can process up to 1000 rows of data at one time. If the total number of rows of new or updated data in all tables of the ProjectDataSet object exceeds 1000, the PSI returns the ProjectExceededItemsLimit error.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectDataSet Members

Project Web Service