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

Documentation

Support Forums
What can we help you with?
Topics

Database Element

API Type:
Varigence.Languages.Biml.Table.AstDatabaseNode
X-Ref:
  • Ast Database Node
  • Ast Securable Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstDbConnectionNode 
Refers to the connection used to access this database This is a required reference to an existing definiton.
NameString 
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
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
PackageSubpathString 
This specifies a file path fragment to use for emitting output files for this database. It is most commonly employed to ensure that the output files for multiple objects will be placed into the same output directory.
ServerNameAstServerNode 
References the server instance that contains this database. This references an existing definiton.

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.
<CustomExtensions>
    <CustomExtension />
</CustomExtensions>
AstCustomExtensionContainerTaskNode
This collection specifies the definition for one or more SSIS package containers that can be used to execute custom actions relevant to the creation of this database. This is useful for creating stored procedures, custom constraints, and other custom operations.
<FileGroups>
    <FileGroup />
</FileGroups>
AstDatabaseFileGroupNode
Defines the avaliable file groups in the database.
<PartitionFunctions>
    <PartitionFunction />
</PartitionFunctions>
AstPartitionFunctionNode
Defines the avaliable partition functions in the database.
<PartitionSchemes>
    <PartitionScheme />
</PartitionSchemes>
AstPartitionSchemeNode
Defines the available partition schemes in the database.

© Varigence