ProjectDataSet.ProjectResourceDataTable class

Represents resources assigned to a particular project.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcProject.ProjectDataSet.ProjectResourceDataTable

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ProjectResourceDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As ProjectDataSet.ProjectResourceDataTable
[SerializableAttribute]
public class ProjectResourceDataTable : DataTable, 
    IEnumerable

Remarks

For detailed column information, see ProjectDataSet.ProjectResourceRow.

You can define a resource as a local resource, in which case it is present only in the project and not available for other projects to use. Or a resource can be an enterprise resource, in which case it is defined in the WebSvcResource Web service and copied to the ProjectResourceDataTable table.

Enterprise resource data in the ProjectResourceDataTable table is refreshed at various times. The data contained in this table might not always be in synch with the data defined in the WebSvcResource Web service. Any updates applied to this table do not update the WebSvcResource Web service. When the data is refreshed, the data in this table is overwritten.

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.ProjectResourceDataTable members

WebSvcProject namespace