Class AstConnectionBaseNode
AstConnectionBaseNode is the base type for all connection types that are defined in the Biml framework.
Namespace: Varigence.Languages.Biml.Connection
Assembly: Biml.dll
public abstract class AstConnectionBaseNode : AstNamedNode, IBindableItem, IVulcanCollectionParent, IVulcanNotifyPropertyChanged, IPropertyChangeNotificationTarget, IGetJsonProvider, INamedNode, IScopeBoundary, IReferenceableItem, IFrameworkItem, INotifyPropertyChanged, IXObjectMappingProvider, IValidationInfo, IDataErrorInfo, INamedItem, IScopedNameIndexable
- Inheritance
-
System.ObjectAstConnectionBaseNode
Implements
IBindableItem, Varigence.Utility.Collections.IVulcanCollectionParent, Varigence.Utility.ComponentModel.IVulcanNotifyPropertyChanged, Varigence.Utility.ComponentModel.IPropertyChangeNotificationTarget, IGetJsonProvider, INamedNode, IScopeBoundary, IReferenceableItem, IFrameworkItem, System.ComponentModel.INotifyPropertyChanged, Varigence.Utility.Xml.IXObjectMappingProvider, IValidationInfo, System.ComponentModel.IDataErrorInfo, INamedItem, Varigence.Utility.Collections.IScopedNameIndexable,
Constructors
Name | Description |
---|---|
AstConnectionBaseNode(IFrameworkItem) | Initializes a new instance of the AstConnectionBaseNode class with the specified parent node. |
Properties
Name | Description |
---|---|
CreateInProject | This value specifies whether the Connection should be created as a ConnectionManager within each SSIS package that uses it or as a shared ConnectionManager for each project that uses it. |
CreateInProjectDefaultValue | Gets the default value for the CreateInProject property |
CreatePackageConfiguration | This value specifies whether a PackageConfiguration should be created for this connection. |
CreatePackageConfigurationDefaultValue | Gets the default value for the CreatePackageConfiguration property |
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. |
DelayValidationDefaultValue | Gets the default value for the DelayValidation property |
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. |
FriendlyTypeName | Gets the friendly name of the type of this node |
FriendlyTypeNameStatic | Gets the friendly name of the type of this node |
ImportedScopeChildren | Gets this ScopeBoundary's referenceable items. This is used to notify the children items when this item's ScopedName changes. |
IsInBrokenLiveBimlScript | Specifies whether or not this object is part of a live BimlScript containing an error, which means that this is a cached object that may be out-of-date |
LogicalDisplayFolder | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
LogicalDisplayFolderDefaultValue | Gets the default value for the LogicalDisplayFolder property |
RefId | Returns the SSIS refid that is used to reference this item from within an SSIS package. |
RenderedConnectionString | Gets the full connection string for this connection |
ScriptName | Gets the name to use for the emitted connection in a Script Component reference. It is equivalent to the buffer name but with illegal C#/VB characters removed. |
Methods
Name | Description |
---|---|
BindingScopeBoundaries() | Retrieves the permitted scope boundaries to bind references from this node. |
CopyFrom(IFrameworkItem, UnboundReferences) | Instructs the node to copy property values from the supplied node into itself. This method should only be used by the internal Biml framework. |
DefinedAstNodes() | Retrieves a collection of nodes that have been defined as direct children of the current node. |
Duplicate() | Creates a duplicate of the current node |
Duplicate(Dictionary<IFrameworkItem, IFrameworkItem>) | Creates a duplicate of the current node with the scoped node mapping |
Duplicate(IFrameworkItem) | Creates a duplicate of the current node with the specified parent item |
Duplicate(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>) | Creates a duplicate of the current node with the specified parent item and scoped node mapping |
DuplicateHusk(IFrameworkItem) | Creates an empty object into which the values from the current node will be duplicated. This method should only be used by the internal Biml framework |
DuplicateInto(IFrameworkItem, Dictionary<IFrameworkItem, IFrameworkItem>) | Copies the values from the current node into a husk object with the specified scoped node mapping. This method should only be used by the internal Biml framework |
EmitXmlForAction(AstEnginePropertyAction) | Instructs the node to make changes to its underlying Biml code that correspond to the provided action. This method should only be used by the internal Biml framework. |
EmitXmlForProperty(String, Int32) | Instructs the node to make changes to its underlying Biml code that correspond to the provided property and index. This method should only be used by the internal Biml framework. |
GetAllItemsReferencedByDefinedSuccessors() | Builds a list of all items referenced by this node and its successors. Each tuple in the returned list represents a FrameworkItemReference. The first item is the ReferencingItem, the second item is the property name, and the third item is the ReferencedItem. |
GetBimlAttributeFragment(CulturedStringBuilder) | |
GetBimlChildFragment(CulturedStringBuilder, Int32) | |
GetBimlFragment(CulturedStringBuilder, Int32, Boolean) | Internal method used by the Biml engine to produce the XML code for the current object. |
GetDefaultValue(String) | Retrieves the default value for the property with the name propertyName |
GetDefaultValue<T>(String) | Retrieves the default value for the property with the name propertyName |
GetJson(StringBuilder, ref Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) | Generates a JavaScript Object Notation (JSON) representation of the current node |
GetPotentialParentProperties() | Retrieves the reflection information for related properties of this node type. |
GetPropertyValue(String) | Retrieves the current value for the property with the name propertyName |
GetReflectionInfoFromXmlParsePath(String) | Retrieves the reflection information corresponding to the Xml parse path beginning at this node. |
GetSchemaLocalName() | Retrieves the local XML element name that corresponds to this node in Biml code. |
HasAnyBimlChildNodes() | |
MergeFrom(IFrameworkItem, UnboundReferences, Boolean) | Instructs the node to merge property values from the supplied node into itself. This method should only be used by the internal Biml framework. |
NotifyCollectionPropertyChanged(Object, String, NotifyCollectionChangedEventArgs) | Internal Biml framework method used to notify this node that the specified collection property value has changed. |
ParseAttribute(XAttribute, ParserContext) | |
ParseChild(XElement, ParserContext) | |
StructureEquals(Object) | Compares this node to the provided object to determine if all defined children and references are equal. |
Explicit Interface Implementations
Name | Description |
---|---|
IFrameworkItem.ForceNotifyPropertyChanged(String) |