CubeFieldSettingDataSet.ProjectMeasureRow Members
Include Protected Members
Include Inherited Members
Contains a row of OLAP cube field settings.
The CubeFieldSettingDataSet.ProjectMeasureRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ENT_NAME | Specifies the name of the data cube. | |
ENT_TYPE_UID | Gets or sets the GUID of the cube type (Project, Resource, Task, or Assignment). | |
HasErrors | (Inherited from DataRow.) | |
InCube | Specifies whether the row member is stored in the data cube, or whether it is calculated and not stored. | |
IsIntrinsic | Specifies whether the row member is supported by Microsoft SQL Server Analysis Reporting Services. | |
IsLookUp | Specifies whether the row member is associated with a lookup table. | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
PRIMARY_ENT_TYPE_UID | Gets or sets the GUID of the primary cube type (Project, Resource, Task, or Assignment), which can be different from the ENT_TYPE_UID when an assignment custom field is a dimension in an assignment cube. | |
PROP_ID | Gets or sets the integer-based identifier of the custom field that is associated with the data cube. | |
PROP_NAME | Gets or sets the name of the custom field that is associated with the data cube. | |
PROP_TYPE | Gets or sets the type of the custom field that is associated with the data cube. | |
PROP_UID | Gets or sets the GUID of the custom field that is associated with the data cube. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top