CubeFieldSettingDataSet.AssignmentMeasureRow Class
Specifies one row of earned value data.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[CubeAdmin Web service].CubeFieldSettingDataSet.AssignmentMeasureRow
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
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.