Offline Schema Element
X-Ref:
- Ast Offline Schema Node
- Ast Metadata Base Node
- Ast Securable Node
- Ast Scope Boundary Node
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. This is a required property | |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
UseForOfflineBuild | Boolean | False | Specifies whether or not this offline schema object should be used to supply external column metadata for use in the building of SQL Server Integration Services (SSIS) data flow tasks. |
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. |
<Items> <Item /> </Items> | AstOfflineSchemaItemNode | This is a collection of all of the schema items that comprise this offline schema. Each of these schema items store the offline schema metadata for a table or query. |