Varigence, Inc.

Expand Minimize
BIML API Reference
Varigence.Languages.Biml.Script Namespace
Classes
 NameSummary
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.
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.
Enumerations
 NameSummary
ScriptProjectInputBufferColumnUsageType
The ScriptProjectInputBufferColumnUsageType enumeration provides options for how dataflow columns will be exposed to script project user code.
ScriptProjectSettingsScope
The ScriptProjectSettingsScope enumeration provides options that indicate if a project setting is defined per-user of globally for the project.