CubeFieldSettingDataSet.TaskDimensionRow class
Contains a row of OLAP cube field setting information for tasks.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcCubeAdmin.CubeFieldSettingDataSet.TaskDimensionRow
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class TaskDimensionRow _
Inherits DataRow
'Usage
Dim instance As CubeFieldSettingDataSet.TaskDimensionRow
public class TaskDimensionRow : DataRow
Remarks
Represents one dimension of task data, that is presented in one row, from the CubeFieldSettingDataSet.TaskDimensionDataTable 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.