• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Cube Project Element

API Type:
Varigence.Languages.Biml.Project.AstCubeProjectNode
X-Ref:
  • Ast Cube Project Node
  • Ast Project Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
ProjectSubpathString 
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

ChildAPI TypeDescription
<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).

© Varigence