BIML Language Reference
Database Element
Database objects correspond directly to SQL Server databases, which are logical containers for tables, stored procedures, views, schemas, and other database objects. Note that databases are currently not used to genereate SQL code and can only be used to enable tables and schemas with the same unqualified name to be generated by the BIML framework.
Attributes
| Attribute | API Type | Default | Description | |
|---|---|---|---|---|
![]() | Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. |
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. |




