Class TierFilteredAstRootNode
Provides a wrapper around the AstRootNode type to limit the root item collections to only show those items that are defined in tiers lower than the value specified in the Tier property. This is used in Live BimlScript compilation scenarios where files below the highest tier may need to be incrementally recompiled.
public class TierFilteredAstRootNode : MarshalByRefObject, ITierFilteredRootItem
- Inheritance
-
System.ObjectSystem.MarshalByRefObjectTierFilteredAstRootNode
Constructors
TierFilteredAstRootNode(IRootItem) | Initializes a new instance of the TierFilteredAstRootNode class with the specified root item. |
Properties
AdoNetConnections | Gets a collection of all AstAdoNetConnectionNode objects contained in the Connections property for this root node |
Annotations | 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. |
BuildSettings | Gets a collection of all root-level items contained by this root node |
Connections | This is a collection of all connection definitions in the project. |
CubeProjects | Gets a collection of all AstCubeProjectNode objects contained in the Projects property for this root node |
Cubes | This is a collection of all SQL Server Analysis Services (SSAS) cube definitions in the project. |
Databases | This is a collection of all database definitions in the project. |
DataFactories | This is a collection of all Azure Data Factory linked service, dataset, and pipeline objects in the project. |
DbConnections | Gets a collection of all AstDbConnectionNode objects contained in the Connections property for this root node |
Dimensions | Gets a collection of all AstDimensionMetadataNode objects contained in the all Tables for this root node |
FileFormats | This is a collection of all file format definitions in the project. |
FlatFileFormats | Gets a collection of all AstFlatFileFormatNode objects contained in the FileFormats property for this root node |
Items | Gets a collection of all root-level items contained by this root node |
MeasureGroups | Gets a collection of all AstMeasureGroupMetadataNode objects contained in the all Tables for this root node |
Metadata | 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. |
MetadataInstances | Gets a collection of all AstMetadataInstanceNode objects contained in the Metadata collection for this root node |
MetadataModels | Gets a collection of all AstMetadataModelNode objects contained in the Metadata collection for this root node |
ObjectTag | This property provides a general purpose storage mechanism for .NET objects to be associated with AstNode objects. It supplements the annotation system, which is intended for use with string-based metadata. |
OdbcConnections | Gets a collection of all AstOdbcConnectionNode objects contained in the Connections property for this root node |
OfflineSchemas | Gets a collection of all AstOfflineSchemaNode objects contained in the Metadata collection for this root node |
OleDbConnections | Gets a collection of all AstOleDbConnectionNode objects contained in the Connections property for this root node |
PackageProjects | Gets a collection of all AstPackageProjectNode objects contained in the Projects property for this root node |
Packages | This is a collection of all SQL Server Integration Services package definitions in the project. |
Principals | This is a collection of all principal definitions in the project. |
Projects | Defines the collection of PackageProjects and CubeProjects associated with this Biml project. |
RawFileFormats | Gets a collection of all AstRawFileFormatNode objects contained in the FileFormats property for this root node |
RootItem | Gets the Root Item for this node |
RootItemXsdName | Retrieves the root schema element name corresponding to this root item. |
Schemas | This is a collection of all database schema definitions in the project. |
ScriptProjects | This is a collection of all SQL Server Integration Services script project definitions in the project. |
Servers | This is a collection of all server definitions in the project. |
SymbolTable | Gets the symbol table for this node |
Tables | This is a collection of all regular table definitions in the project. |
TabularModels | This is a collection of all SQL Server Analysis Services (SSAS) tabular model definitions in the project. |
TabularProjects | Gets a collection of all AstTabularProjectNode objects contained in the Projects property for this root node |
TabularTables | Gets a collection of all AstTabularMetadataNode objects contained in the all Tables for this root node |
Tier | Gets or sets the BimlScript processing tier for this node |
Methods
AllDefinedSuccessors() | |
DefinedAstNodes() | Retrieves a collection of nodes that have been defined as direct children of the current node. |
GetBimlFragment(CulturedStringBuilder, Int32, Boolean) | |
GetJson() | |
GetRootCollectionName(Type) | Retrieves the name of the collection property corresponding the the provided type. |
GetRootCollectionName(IFrameworkItem) | Retrieves the name of the collection property corresponding the the provided framework item. |
GetRootItemType(String, String) | Retrieves the type of the root object with the specified collection and XML element name. |
IsRootCollection(Object) | Retrieves a value indicating whether the supplied collection is a root collection. |
IsRootCollectionObject(IFrameworkItem) | Retrieves a value indicating whether the supplied framework item is a root object. |
ResolveFriendlyTypeName(String) | Retrieves the full namespace-qualified type name for the provided friendly type name. |