Properties, clsCube

Analysis Services Programming

Analysis Services Programming

Properties, clsCube

An object of ClassType clsCube implements the following properties of the MDStore interface.

Property Description
AllowDrillThrough Indicates whether drillthrough is allowed on the cube.
AggregationPrefix The prefix associated with an aggregation in a cube.
Analyzer The cube analyzer object for this cube.
ClassType Returns an enumeration constant that identifies the specific object type.
DefaultMeasure The name of the default measure for the cube.
Description The description of the cube.
DrillThroughColumns List of columns that are included in a drillthrough query.
DrillThroughFilter Statement restricting rows that are returned by a drillthrough query.
DrillThroughFrom An SQL FROM clause with the names of the tables used in drillthrough queries.
DrillThroughJoins An SQL JOIN clause with the names of the tables used in drillthrough queries.
EnableRealTimeUpdates Indicates whether real-time updates are allowed on the cube.
EstimatedRows The estimated number of rows in the cube.
EstimatedSize The estimated size of the cube (estimated total size of all rows, in bytes).
FromClause Contains the SQL FROM clause defining the list of tables used to define the cube's dimensions and measures.
IsReadWrite Indicates whether the cube is read/write.
IsTemporary Indicates whether the cube should be stored in the repository.
IsValid Indicates whether the cube structure is valid.
IsVisible Indicates whether the cube is visible to a client.
JoinClause The JOIN clause (list of join conditions, separated by AND) for the cube.
LastProcessed The date and time when the cube was last processed.
LastUpdated User-specified date. It is not used by Microsoft® SQL Server™ 2000 Analysis Services.
Name The name of the cube.
OlapMode Returns an enumeration constant identifying the type of OLAP storage mode.
Parent Returns a reference to the parent MDStore object.
ProcessingKeyErrorLimit Sets the number of allowable errors that cause processing to cease.
ProcessingKeyErrorLogFileName The universal naming convention (UNC) path to a file for logging dimension key errors encountered during processing.
ProcessingMode Indicates whether the Analysis server should index and aggregate during processing or afterward.
Server Returns a reference to the DSO.Server object.
SourceTable The name of the fact table of the cube.
SourceTableAlias The alias of the source table for the cube.
SourceTableFilter The SQL clause used to determine which fact table rows are included in the cube.
State Returns an enumeration constant that indicates the difference between the MDStore object referenced by the client application and the corresponding MDStore object on the Analysis server.
SubClassType Returns an enumeration constant that identifies the subclass type.

See Also

clsCube

MDStore Interface