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

Documentation

Support Forums
What can we help you with?
Topics

Root Element

API Type:
Varigence.Languages.Biml.AstRootNode
X-Ref:
  • Ast Root Node

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>
    Multiple Choices...
</Connections>
AstConnectionBaseNode
This is a collection of all connection definitions in the project.
<Cubes>
    <Cube />
</Cubes>
AstCubeNode
This is a collection of all SQL Server Analysis Services (SSAS) cube definitions in the project.
<Databases>
    <Database />
</Databases>
AstDatabaseNode
This is a collection of all database definitions in the project.
<DataFactories>
    <DataFactory />
</DataFactories>
AstAdfDataFactoryNode
This is a collection of all Azure Data Factory linked service, dataset, and pipeline objects in the project.
<FileFormats>
    Multiple Choices...
</FileFormats>
AstFileFormatNode
This is a collection of all file format definitions in the project.
<Metadata>
    Multiple Choices...
</Metadata>
AstMetadataBaseNode
Defines the collection of offline metadata contaiers associated with this Biml project These containers can be used to store query and table column type information which can then be used to perform builds without needing to connect to the live data sources.
<Packages>
    <Package />
</Packages>
AstPackageNode
This is a collection of all SQL Server Integration Services package definitions in the project.
<Principals>
    <Principal />
</Principals>
AstPrincipalNode
This is a collection of all principal definitions in the project.
<Projects>
    Multiple Choices...
</Projects>
AstProjectBaseNode
Defines the collection of PackageProjects and CubeProjects associated with this Biml project.
<Schemas>
    <Schema />
</Schemas>
AstSchemaNode
This is a collection of all database schema definitions in the project.
<ScriptProjects>
    Multiple Choices...
</ScriptProjects>
AstScriptProjectNode
This is a collection of all SQL Server Integration Services script project definitions in the project.
<Servers>
    <Server />
</Servers>
AstServerNode
This is a collection of all server definitions in the project.
<Tables>
    Multiple Choices...
</Tables>
AstTableNode
This is a collection of all regular table definitions in the project.
<TabularModels>
    <TabularModel />
</TabularModels>
AstTabularModelNode
This is a collection of all SQL Server Analysis Services (SSAS) tabular model definitions in the project.

© Varigence