Cube Element (ASSL)

Defines a regular, virtual, or linked cube in a Microsoft SQL Server 2005 Analysis Services (SSAS) Database element.

Syntax

<Cubes>
   <Cube>
      <Name>...</Name>
      <ID>...</ID>
      <CreatedTimestamp>...</CreatedTimestamp>
      <LastSchemaUpdate>...</LastSchemaUpdate>
      <Description>...</Description>
      <Language>...</Language>
      <Collation>...</Collation>
      <Translations>...</Translations>
      <Dimensions>...</Dimensions>
            <CubePermissions>...</CubePermissions>
      <MdxScripts>...</MdxScripts>
      <Perspectives>...</Perspectives>
      <State>...</State>
      <DefaultMeasure>...</DefaultMeasure>
      <Visible>...</Visible>
      <MeasureGroups>...</MeasureGroups>
      <Source>...</Source>
      <AggregationPrefix>...</AggregationPrefix>
      <ProcessingPriority>...</ProcessingPriority>
            <StorageMode>...</StorageMode>
      <ProcessingMode>...</ProcessingMode>
      <ScriptCacheProcessingMode>...</ScriptCacheProcessingMode>
      <ProactiveCaching>...</ProactiveCaching>
            <Kpis>...</Kpis>
            <ErrorConfiguration>...</ErrorConfiguration>
            <Actions>...</Actions>
      <StorageLocation>...</StorageLocation>
      <EstimatedRows>...</EstimatedRows>
      <LastProcessed>...</LastProcessed>
      <Annotations>...</Annotations>
   </Cube>
</Cubes>

Element Characteristics

Characteristic Description

Data type and length

None

Default value

None

Cardinality

0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element

Parent elements

Cubes

Child elements

Actions, AggregationPrefix, Annotations, Collation, CreatedTimestamp, CubePermissions, DefaultMeasure, Description, Dimensions, ErrorConfiguration, EstimatedRows, ID, Kpis, Language, LastProcessed, LastSchemaUpdate, MdxScripts, MeasureGroups, Name, Perspectives, ProactiveCaching, ProcessingMode, ProcessingPriority, ScriptCacheProcessingMode, Source, State, StorageLocation, StorageMode, Translations, Visible

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is Cube.

See Also

Reference

Objects (ASSL)

Help and Information

Getting SQL Server 2005 Assistance