Varigence, Inc.

Expand Minimize
BIML API Reference
AstConnectionBaseNode Node Type
AstConnectionBaseNode is the base type for all connection types that are defined in the Biml framework.
Inheritance Hierarchy
Namespace:
Varigence.Languages.Biml.Connection
Assembly:
Biml (in Biml.dll)
Language Element:
Properties
 NameSummaryDefault
Annotations
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. (Inherited from AstNode)
 
BimlFile This value specifies the BimlFile in which the Biml code that defines AstNode resides. (Inherited from AstNode) 
CreatePackageConfiguration
This value specifies whether a PackageConfiguration should be created for this connection.
True
DelayValidation
This value indicates that the connection should not be validated (tested to make sure that it points to a valid resource) until immediately before it is used.
False
ExpressionProperties This collection holds properties that can be referenced by expressions. It's not necessarily the same properties that are available directly on the object. These AstPropertyNodes are here to support binding, not to be confused with the Properties collection on the generic control flow base object, which has "real" AstPropertyNodes.  
Expressions
This is a collection of SSIS expression definitions for connection property value overrides.
 
ForceDisableIncrementalChangeTracking This value specifies whether changes to property values of this node should be automatically reflected in the corresponding Biml code. Its primary use is for temporary nodes that will never be persisted into BimlFiles. (Inherited from AstNode)False
Name
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. (Inherited from AstNamedNode)
 
ParentItem This value specifies the parent of the current node. All nodes must have a valid parent in the Biml framework, except for the root node. (Inherited from AstNode) 
ReferenceCount This value specifies the total number of other node properties that hold a reference to this node. (Inherited from AstNamedNode)0
References This is a collection of FrameworkItemReference objects, which track rich information about the properties that hold references to this node. (Inherited from AstNamedNode) 
SsisSafeName Returns a version of the Name that has been cleaned of invalid characters for SSIS. (Inherited from AstNamedNode) 
SsisSafeScopedName Returns a version of the ScopedName that has been cleaned of invalid characters for SSIS. (Inherited from AstNamedNode) 
Events
 NameSummary
NameChanged The NameChanged event occurs when the Name property of the current node has changed to a new value and that value has been committed. (Inherited from AstNamedNode)
NameChanging The NameChanging event occurs when the Name property of the current node is receiving a new value but that value has not yet been committed. (Inherited from AstNamedNode)
ScopeBoundaryChanged The ScopeBoundaryChanged event occurs when any ancestor (as determined by following ParentItem to the AstRootNode) changes in such a way as the ScopeBoundary for this node changes. This will force the ScopedName of this node to change if it is an AstNamedNode. (Inherited from AstNode)
ScopedNameChanged The ScopedNameChanged event occurs when the name of this node or any scope boundary ancestor (as determined by following ParentItem to the AstRootNode) name changes. (Inherited from AstNamedNode)
Extension Methods
 NameSummary
GetBiml Retrieve the Biml that represents the AstNode (Inherited from AstNode)
[Extension Method: Import namespace Varigence.Hadron.Extensions]
.NET API Metadata
Code Namespace:
Varigence.Languages.Biml.Connection
Assembly:
Biml
Friendly Name:
ConnectionBase
Abstract:
True
Referenceable:
True
Root Item:
False
Scope Boundary:
True
Symbol Table Provider:
False
BIML Language Metadata
Xml Schema Name:
Varigence.Languages.Biml.Connection.AstConnectionBaseNode
Xsd Namespace:
http://schemas.varigence.com/biml.xsd
Referenceable:
True
Scope Boundary:
True
Properties Referencing This Type
 Referencing TypeReferencing PropertyProperty Summary
AstConnectionReferenceNodeConnectionThis value specifies a direct reference to the target sconnection.
AstCubeNodeConnectionThis value specifies the connection to use when deploying a cube.
AstLookupNodeConnectionThis value specifies the name of the connection from which the lookup data set is loaded.
AstRootNodeConnectionsThis is a collection of all connection definitions in the project.