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

Documentation

Support Forums
What can we help you with?
Topics

Offline Schema Element

API Type:
Varigence.Languages.Biml.Metadata.AstOfflineSchemaNode
X-Ref:
  • Ast Offline Schema Node
  • Ast Metadata Base Node
  • Ast Securable Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
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.
UseForOfflineBuildBooleanFalse
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

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.
<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.

© Varigence