Cube Project Element
X-Ref:
- Ast Cube Project Node
- Ast Project Base Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
ProjectSubpath | String | This specifies a file path fragment to use for emitting output files for this project and any files it includes. ProjectSubpath will override the default project location behavior. Projects will no longer be emitted under OutputDirectory\Type\ProjectName.dwproj but instead OutputDirectory\<ProjectSubpath>\ProjectName.dwproj |
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. |
<Connections> <Connection /> </Connections> | AstConnectionReferenceBaseNode | Defines the collection of connection that are independently associated with this Analysis Services project (DWProj file). Note that connections referenced by cubes associated with the Analysis Services project through the Cubes property will also be associated, provided that the IncludeConnections attribute of the cube reference is not set to false. |
<Cubes> <Cube /> </Cubes> | AstCubeReferenceNode | Defines the collection of cubes associated with this Analysis Services project (DWProj file). |
<Dimensions> <Dimension /> </Dimensions> | AstDimensionReferenceNode | Defines the collection of dimensions that are independently associated with this Analysis Services project (DWProj file). Note that dimensions referenced by cubes associated with the Analysis Services project through the Cubes property will also be associated, provided that the IncludeDimensions attribute of the cube reference is not set to false. |
<Principals> <Principal /> </Principals> | AstPrincipalReferenceNode | Defines the collection of principals that are associated as roles with this Analysis Services project (DWProj file). |