Skip to main content

Namespace Varigence.Languages.Biml.Script

Classes

NameDescription
AstComponentScriptProjectInputBufferColumnNodeThe 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.
AstComponentScriptProjectInputBufferNodeThe AstComponentScriptProjectInputBufferNode corresponds directly to input buffer column mappings within a SQL Server Integration Services dataflow Script Component.
AstComponentScriptProjectNodeThe AstComponentScriptProjectNode corresponds directly to the project embedded within a SQL Server Integration Services dataflow Script Component.
AstComponentScriptProjectOutputBufferColumnNodeThe 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.
AstComponentScriptProjectOutputBufferNodeThe AstComponentScriptProjectOutputBufferNode corresponds directly to output buffer column mappings within a SQL Server Integration Services dataflow Script Component.
AstScriptProjectAssemblyReferenceNodeThe AstScriptProjectAssemblyReferenceNode type corresponds directly to a .NET assembly reference in a SQL Server Integration Services script project.
AstScriptProjectExternalFileNodeThe 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.
AstScriptProjectFileBaseNodeThe AstScriptProjectFileBaseNode is used as the abstract base class for all of the types of files that can be referenced by an SSIS script project.
AstScriptProjectFileNodeThe AstScriptProjectFileNode type models a project file that is used to build a SQL Server Integration Services script project.
AstScriptProjectNodeThe AstScriptProjectNode is the base class used for all SQL Server Integration Services script project types.
AstScriptProjectResourcesNodeThe AstScriptProjectSettingsNode type is used to model embedded resources that can be leveraged by SQL Server Integration Services script projects.
AstScriptProjectSettingsNodeThe AstScriptProjectSettingsNode type is used to model application settings that can be leveraged by SQL Server Integration Services script projects.
AstScriptProjectVariableReferenceNodeThe AstScriptProjectVariableReferenceNode type is a wrapper for a direct reference to a SQL Server Integration Services package variable for use in a script project.
AstTaskScriptProjectNodeThe AstTaskScriptProjectNode corresponds directly to the project embedded within a SQL Server Integration Services Script Task.

Enums

NameDescription
ScriptProjectInputBufferColumnUsageType
ScriptProjectSettingsScope