CubeFieldSettingDataSet.AssignmentDimensionDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores a collection of task assignment information rows.
public: ref class CubeFieldSettingDataSet::AssignmentDimensionDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class CubeFieldSettingDataSet.AssignmentDimensionDataTable : System.Data.DataTable, System.Collections.IEnumerable
type CubeFieldSettingDataSet.AssignmentDimensionDataTable = class
inherit DataTable
interface IEnumerable
Public Class CubeFieldSettingDataSet.AssignmentDimensionDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
CubeFieldSettingDataSet.AssignmentDimensionDataTable
- Attributes
-
SerializableAttribute
- Implements
Remarks
Each row of the data table contains a CubeFieldSettingDataSet.AssignmentDimensionRow object.
Constructors
| CubeFieldSettingDataSet.AssignmentDimensionDataTable() |
Creates an instance of the AssignmentDimensionDataTable class. |
| CubeFieldSettingDataSet.AssignmentDimensionDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the AssignmentDimensionDataTable class by using separate parameters. |
Properties
| Count |
Gets the number of row objects in the AssignmentDimensionDataTable. |
| ENT_NAMEColumn |
Defines the column for the ENT_NAME field. |
| ENT_TYPE_UIDColumn |
Defines the column for the ENT_TYPE_UID field. |
| InCubeColumn |
Defines the column for the InCube field. |
| IsIntrinsicColumn |
Defines the column for the IsIntrinsic field. |
| IsLookUpColumn |
Defines the column for the IsLookUp field. |
| Item[Int32] |
Gets a row object in the AssignmentDimensionDataTable, where the row is specified by an index. |
| PRIMARY_ENT_TYPE_UIDColumn |
Defines the column for the IsLookUp field. |
| PROP_IDColumn |
Defines the column for the PROP_ID field. |
| PROP_NAMEColumn |
Defines the column for the PROP_NAME field. |
| PROP_TYPEColumn |
Defines the column for the PROP_TYPE field. |
| PROP_UIDColumn |
Defines the column for the PROP_UID field. |
Methods
Events
| AssignmentDimensionRowChanged |
The post-event that occurs after a row is changed. |
| AssignmentDimensionRowChanging |
The pre-event that occurs before a row is changed. |
| AssignmentDimensionRowDeleted |
The post-event that occurs after a row is deleted. |
| AssignmentDimensionRowDeleting |
The pre-event that occurs before a row is deleted. |