DriverPrioritizationDataSet.DriverRelationsDataTable 类
存储为任务、 资源、 成本和工作分配驱动程序数据的关系项的信息的集合。
继承层次结构
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcDriver.DriverPrioritizationDataSet.DriverRelationsDataTable
命名空间: WebSvcDriver
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SerializableAttribute> _
Public Class DriverRelationsDataTable _
Inherits DataTable _
Implements IEnumerable
用法
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
[SerializableAttribute]
public class DriverRelationsDataTable : DataTable,
IEnumerable
备注
数据表的每一行都包含一个DriverRelationsRow对象。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。