CubeFieldSettingDataSet.AssignmentMeasureDataTable class
Stores a collection of earned value information.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcCubeAdmin.CubeFieldSettingDataSet.AssignmentMeasureDataTable
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AssignmentMeasureDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentMeasureDataTable
[SerializableAttribute]
public class AssignmentMeasureDataTable : DataTable,
IEnumerable
Remarks
Each row of the data table contains a CubeFieldSettingDataSet.AssignmentMeasureRow object.
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.