Projects
Defines the collection of PackageProjects and CubeProjects associated with this Biml project.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CubeProject /> | AstCubeProjectNode | This node defines an SSAS project (DWProj file), with associated cubes and dimensions. This object is used primarily when multiple cubes are defined within the same Biml solution and those cubes must be emitted into separate projects. |
<PackageProject /> | AstPackageProjectNode | This node defines an SSIS project, with associated project parameters and packages. This object is used primarily on projects targeted to the SSIS 2012 platform. |
<TabularProject /> | AstTabularProjectNode | This node defines an SSAS project (SMProj file), with associated tabular models (also known as BI Model or BIM). This object is used primarily when multiple tabular models are defined within the same Biml solution and those tabular models must be emitted into separate projects. |