Namespace Varigence.Languages.Biml.Script
Classes
| AstComponentScriptProjectInputBufferColumnNode | The AstComponentScriptProjectInputBufferColumnNode type corresponds directly to a dataflow column that is mapped into an input path column of a Script Component project. This column will be exposed for reading and/or writing in the script project user code. |
| AstComponentScriptProjectInputBufferNode | The AstComponentScriptProjectInputBufferNode corresponds directly to input buffer column mappings within a SQL Server Integration Services dataflow Script Component. |
| AstComponentScriptProjectNode | The AstComponentScriptProjectNode corresponds directly to the project embedded within a SQL Server Integration Services dataflow Script Component. |
| AstComponentScriptProjectOutputBufferColumnNode | The AstComponentScriptProjectOutputBufferColumnNode type corresponds directly to a dataflow column that is mapped into an output path column of a Script Component project. This column will be exposed for editing to the script project user code. |
| AstComponentScriptProjectOutputBufferNode | The AstComponentScriptProjectOutputBufferNode corresponds directly to output buffer column mappings within a SQL Server Integration Services dataflow Script Component. |
| AstScriptProjectAssemblyReferenceNode | The AstScriptProjectAssemblyReferenceNode type corresponds directly to a .NET assembly reference in a SQL Server Integration Services script project. |
| AstScriptProjectExternalFileNode | The AstScriptProjectExternalFileNode type models a project file that already exists somewhere on the filesystem of the build machine and is used to build a SQL Server Integration Services script project. |
| AstScriptProjectFileBaseNode | The AstScriptProjectFileBaseNode is used as the abstract base class for all of the types of files that can be referenced by an SSIS script project. |
| AstScriptProjectFileNode | The AstScriptProjectFileNode type models a project file that is used to build a SQL Server Integration Services script project. |
| AstScriptProjectNode | The AstScriptProjectNode is the base class used for all SQL Server Integration Services script project types. |
| AstScriptProjectResourcesNode | The AstScriptProjectSettingsNode type is used to model embedded resources that can be leveraged by SQL Server Integration Services script projects. |
| AstScriptProjectSettingsNode | The AstScriptProjectSettingsNode type is used to model application settings that can be leveraged by SQL Server Integration Services script projects. |
| AstScriptProjectVariableReferenceNode | The AstScriptProjectVariableReferenceNode type is a wrapper for a direct reference to a SQL Server Integration Services package variable for use in a script project. |
| AstTaskScriptProjectNode | The AstTaskScriptProjectNode corresponds directly to the project embedded within a SQL Server Integration Services Script Task. |
Enums
| ScriptProjectInputBufferColumnUsageType | |
| ScriptProjectSettingsScope |