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

Documentation

Support Forums
What can we help you with?
Topics

Tabular Project Element

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

Attributes

AttributeAPI TypeDefaultDescription
DatabaseString 
Specifies the tabular server to use for this project. This is a required property
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
ServerNameString 
Specifies the tabular server to use for this project. This is a required property
CompatibilityLevelTabularCompatibilityLevelUnspecified
Specifies the compatibility level that should be used for the tabular models in this tabular project. If unspecified, the compiler will use the default compatibility level associated with the target SsasTabularVersion.
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.smproj but instead OutputDirectory\<ProjectSubpath>\ProjectName.smproj

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.
<TabularModels>
    <TabularModel />
</TabularModels>
AstTabularModelReferenceNode
Defines the collection of tabular models associated with this Analysis Services project (SMProj file).

© Varigence