CubeFieldSettingDataSet.ResourceMeasureRow Members
Include Protected Members
Include Inherited Members
Contains a row of OLAP cube field settings for resources in a project.
The CubeFieldSettingDataSet.ResourceMeasureRow 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
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsENT_NAMENull | Determines whether the ENT_NAME property is set to a null value. | |
IsInCubeNull | Determines whether the InCube property is set to a null value. | |
IsIsIntrinsicNull | Determines whether the IsIntrinsic property is set to a null value. | |
IsIsLookUpNull | Determines whether the IsLookUp property is set to a null value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsPROP_IDNull | Determines whether the PROP_ID property is set to a null value. | |
IsPROP_TYPENull | Determines whether the PROP_TYPE property is set to a null value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetENT_NAMENull | Sets the ENT_NAME property to a null value. | |
SetInCubeNull | Sets the InCube property to a null value. | |
SetIsIntrinsicNull | Sets the IsIntrinsic property to a null value. | |
SetIsLookUpNull | Sets the IsLookUp property to a null value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetPROP_IDNull | Sets the PROP_ID property to a null value. | |
SetPROP_TYPENull | Sets the PROP_TYPE property to a null value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top