BIML API Reference
Varigence.Languages.Biml.Transformation.Destination Namespace
Classes
| Name | Summary | |
|---|---|---|
![]() | AstAdoNetDestinationNode | The ADO.NET destination loads data into a ADO.NET-compliant database that uses a database table or view. |
![]() | AstDataReaderDestinationNode | The DataReader destination loads dataflow rows into an ADO.NET data reader for consumption by other applications or components. |
![]() | AstDestinationNode | The Destination component writes rows from a dataflow component into a destination database. |
![]() | AstExcelDestinationNode | The Excel destination loads data into Microsoft Excel workbooks. |
![]() | AstFlatFileDestinationNode | The Flat File destination writes data to a flat text file in a format specified by a FlatFileFormat definition. |
![]() | AstOleDbDestinationNode | The OLE DB destination loads data into an OLE DB-compliant database that uses a database table, a view, or an SQL command. |
![]() | AstRawFileDestinationNode | The Raw File destination loads dataflow rows into a raw data file using a file format that is native to this component. This destination and the accompanying source component is intended to improve performance by leveraging the native file format. |
![]() | AstRecordSetDestinationNode | The Recordset Destination component creates an in-memory ADO recordset that is stored in a variable. |
![]() | AstScriptComponentDestinationNode | The Script Component Destination type corresponds directly to a SQL Server Integration Services script component with an input buffer. |



