Cube Reference Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
CubeName | AstCubeNode | Specifies the related cube. This is a required reference to an existing definiton. | |
IncludeConnections | Boolean | True | Specifies whether the connections referenced by this cube and its dimensions should be automatically included in the related CubeProject. The default is true. |
IncludeDimensions | Boolean | True | Specifies whether the dimensions referenced by this cube should be automatically included in the related CubeProject. The default is true. |
OutputCubeLabel | String | Specifies the name that should be used for the referenced cube when it is emitted into the SSAS cube file. This name will be used both for the cube and the name of the cube file. If no OutputCubeLabel is specified, the OutputCubeLabel property of the referenced cube will be used. If no OutputCubeLabel property is defined on the referenced cube, the Name property of the referenced cube will be used in its place. This property is provided to offer more fine-grained control over cube naming in automation scenarios, especially in multi-tenant environments. This can be important, since cube names are end-user visible. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |