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

Documentation

Support Forums
What can we help you with?
Topics

Connection Reference Element

API Type:
Varigence.Languages.Biml.Connection.AstConnectionReferenceNode
X-Ref:
  • Ast Connection Reference Node
  • Ast Connection Reference Base Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstConnectionBaseNode 
This value specifies a direct reference to the target connection. This is a required reference to an existing definiton.
IdGuid00000000-0000-0000-0000-000000000000
Allows the developer to specify a unique identifier (GUID) for the connection. This can be used to retain a consistent ID between builds.
RetainSameConnectionBooleanFalse
This tells SSIS to reuse the same connection object throughout package execution. It is normally used to support explicit transactions or temporary table usage.

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.
<Expressions>
    <Expression />
</Expressions>
AstPropertyExpressionNode
This is a collection of SQL Server Integration Services property override expression definitions.

© Varigence