CubeFieldSettingDataSet.AssignmentMeasureRow class

Specifies one row of earned value data.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcCubeAdmin.CubeFieldSettingDataSet.AssignmentMeasureRow

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

Syntax

'Declaration
Public Class AssignmentMeasureRow _
    Inherits DataRow
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentMeasureRow
public class AssignmentMeasureRow : DataRow

Remarks

Represents one row of OLAP-based completed assignment information from the CubeFieldSettingDataSet.AssignmentMeasureDataTable table.

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

CubeFieldSettingDataSet.AssignmentMeasureRow members

WebSvcCubeAdmin namespace