DriverPrioritizationDataSet class
Used to maintain collections of driver prioritizations related to tasks, resources, costs, and assignments for managing projects.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
WebSvcDriver.DriverPrioritizationDataSet
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DriverPrioritizationDataSet _
Inherits DataSet
'Usage
Dim instance As DriverPrioritizationDataSet
[SerializableAttribute]
public class DriverPrioritizationDataSet : DataSet
Remarks
This dataset stores DriverPrioritizationDataSet.DriverRelationsDataTable objects and DriverPrioritizationDataSet.PrioritizationDataTable objects for all available projects on the Project Server.
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.