The Cube type exposes the following members.

Methods

  NameDescription
ApplyChanges
.NET Only. Commits local changes to the server.
(Inherited from IChangeable.)
BulkReadData
Executes a read of the supplied collection of fact data points.
CreateCoordinateOverloaded.
CreateCoordinates
Constructs a collection of Coordinate objects for the Cube.
CreateDrillThroughFields
Creates a collection of DrillThroughFields to be used in a call to DrillThrough.
CreateQuerySlice
Creates a new Slice on the Cube.
DrillThrough
Drills through the data at the supplied fact point, using the specified parameters.
DrillThroughFields
.NET Only. Gets an array of DrillThroughFields for each dimnsion in the cube.
ExportFactData
Exports fact data from the cube using the specified parameters. Returns the number of points exported.
GetAccessToPoint
Gets the FactAccess level for a given SecurityPrincipal on a given fact point.
ImportFactData
Imports fact data into the cube using the specified parameters. Returns the number of points imported.
NewQuery
Creates a new Query to be rexecuted on the Cube.
PrepareExportFactDataParamOverloaded.
PrepareImportFactDataParamOverloaded.
Read
Executes a read of a single fact data point.
SynchronizeFromRelationalSource
Synchronizes the Cube with the relational data. This pulls the data from the OLAP_EXCHANGE_xx tables for the cube.
TableReadData
.NET Only. Executes a Table read of the data using the supplied TableDimension array.
WriteOverloaded.

Properties

  NameDescription
AccessDenied
Gets/Sets whether the access should be denied to the Cube for users in the Operational Administrators group.
Database
The Database the Cube exists in.
Dependencies
Gets/Sets the dependency string for the Cube.
Description
Gets/Sets the string description for the Cube.
Dimensions
Collecton of CubeDimensions that are in the Cube.
Formula
Gets/Sets the formula string for the Cube.
FromRelationalSource
Gets/Sets whether the Cube is sourced from relational tables.
Groups
Gets the CubeAccessRightGroups that have permissions defined for the Cube.
Id
Gets the object's string ID.
(Inherited from Meta.)
IsModified
.NET Only. Gets if the object has been modified locally.
(Inherited from IChangeable.)
LastUpdated
Gets the DateTime this object was last updated. This refers to the client’s copy of the Object, not the server object.
(Inherited from Meta.)
MetaType
Gets the MetaType of this object.
(Inherited from Meta.)
Name
Gets the object's string Name.
(Inherited from Meta.)
SecurityRules
Gets the collection of FactSecurity rules for the Cube.
Slices
Collecton of Slices defined for the Cube.
Type
Gets the CubeType.
UseDependencies
Gets/Sets whether the Cube should use dependencies.

Events

  NameDescription
OnDeleted
.NET only. Fired when the client’s copy of the object is deleted.
(Inherited from INotifyObject.)
OnUpdated
.NET only. Fired when the client’s copy of the object is updated.
(Inherited from INotifyObject.)

See Also