CubeFieldSettingDataSet.ResourceDimensionRow class
Contains a row of OLAP resource information for analyzing a project.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcCubeAdmin.CubeFieldSettingDataSet.ResourceDimensionRow
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class ResourceDimensionRow _
Inherits DataRow
'Usage
Dim instance As CubeFieldSettingDataSet.ResourceDimensionRow
public class ResourceDimensionRow : DataRow
Remarks
Represents one dimension of row data and column data for a resource, remapped into a single row, from the CubeFieldSettingDataSet.ResourceDimensionDataTable 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.