CubeFieldSettingDataSet members
Maintains collections of OLAP cube field settings for analyzing projects.
The CubeFieldSettingDataSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CubeFieldSettingDataSet() | Creates an instance of the CubeFieldSettingDataSet class. | |
CubeFieldSettingDataSet(SerializationInfo, StreamingContext) | Creates an instance of the CubeFieldSettingDataSet class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
AssignmentDimension | Gets the collection of task assignment rows. | |
AssignmentMeasure | Gets a collection of earned value information. | |
CaseSensitive | (Inherited from DataSet.) | |
Container | (Inherited from MarshalByValueComponent.) | |
DataSetName | (Inherited from DataSet.) | |
DefaultViewManager | (Inherited from DataSet.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
EnforceConstraints | (Inherited from DataSet.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataSet.) | |
HasErrors | (Inherited from DataSet.) | |
IsInitialized | (Inherited from DataSet.) | |
Locale | (Inherited from DataSet.) | |
Namespace | (Inherited from DataSet.) | |
Prefix | (Inherited from DataSet.) | |
ProjectDimension | Gets a collection of OLAP-based project information. | |
ProjectMeasure | Gets a collection of OLAP cube field settings. | |
Relations | Gets the collection of relations that link tables and enable navigation from parent tables to child tables in the CubeFieldSettingDataSet. | |
RemotingFormat | (Inherited from DataSet.) | |
ResourceDimension | Gets a collection of OLAP cube field setting rows. | |
ResourceMeasure | Gets a collection of OLAP cube field information that is associated with resource values. | |
SchemaSerializationMode | (Overrides DataSet.SchemaSerializationMode.) | |
Site | (Inherited from DataSet.) | |
Tables | Gets the collection of tables in the CubeFieldSettingDataSet. | |
TaskDimension | Gets a collection of OLAP cube field setting information that is associated with task information. | |
TaskMeasure | Gets a collection of OLAP cube field settings that is associated with task completion. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataSet.) | |
MergeFailed | (Inherited from DataSet.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataSet.) | |
IListSource.GetList | (Inherited from DataSet.) | |
IXmlSerializable.GetSchema | (Inherited from DataSet.) | |
IXmlSerializable.ReadXml | (Inherited from DataSet.) | |
IXmlSerializable.WriteXml | (Inherited from DataSet.) |
Top