Varigence, Inc.

Expand Minimize
BIML API Reference
AstScriptProjectNode Node Type
The AstScriptProjectNode is the base class used for all SQL Server Integration Services script project types.
Namespace:
Varigence.Languages.Biml.Script
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)
 
AssemblyReferences
This is a collection of references to assemblies that will be referenced by the script project.
 
BimlFile This value specifies the BimlFile in which the Biml code that defines AstNode resides. (Inherited from AstNode) 
EntryPoint
This value specifies the name of the method that will server as the entry point for the project assembly.
"Main"
Files
This is a collection of file definitions that will be used to build the project.
 
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) 
ProjectCoreName
This value specifies the name of the script project and its resulting build outputs.
 
ReadOnlyVariables
This is a collection of references to variables that will be exposed to the script project user code as read-only variables.
 
ReadWriteVariables
This is a collection of references to variables that will be exposed to the script project user code as read/write variables.
 
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) 
Resources
This is a collection of embedded resource definitions that will be used to store resource data for the script project.
 
ScriptLanguage
This value specifies the source code language to use for the script project.
CSharp
Settings
This is a collection of setting definitions that will be used to store setting data for the script project.
 
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) 
VstaMajorVersion
Specifies the major version of Visual Studio Tools for Applications (VSTA) to use for emitting the project code. The default is 2 and this should only be changed in advanced emission scenarios.
2
VstaMinorVersion
Specifies the minor version of Visual Studio Tools for Applications (VSTA) to use for emitting the project code. The default is 1 and this should only be changed in advanced emission scenarios.
1
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.Script
Assembly:
Biml
Friendly Name:
Script Project
Abstract:
True
Referenceable:
True
Root Item:
False
Scope Boundary:
False
Symbol Table Provider:
False
BIML Language Metadata
Xml Schema Name:
Varigence.Languages.Biml.Script.AstScriptProjectNode
Xsd Namespace:
http://schemas.varigence.com/biml.xsd
Referenceable:
True
Scope Boundary:
False
Properties Referencing This Type
 Referencing TypeReferencing PropertyProperty Summary
AstRootNodeScriptProjectsThis is a collection of all SQL Server Integration Services script project definitions in the project.