Tabular Project Element
X-Ref:
- Ast Tabular Project Node
- Ast Project Base Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Database | String | Specifies the tabular server to use for this project. This is a required property | |
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 | |
ServerName | String | Specifies the tabular server to use for this project. This is a required property | |
CompatibilityLevel | TabularCompatibilityLevel | Unspecified | 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. |
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.smproj but instead OutputDirectory\<ProjectSubpath>\ProjectName.smproj |
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. |
<TabularModels> <TabularModel /> </TabularModels> | AstTabularModelReferenceNode | Defines the collection of tabular models associated with this Analysis Services project (SMProj file). |