ProjectDataSet class
Specifies the primary dataset that is used throughout the WebSvcProject web service.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
WebSvcProject.ProjectDataSet
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.