Skip to main content

Namespace Varigence.Languages.Biml.Transformation.Destination

This namespace contains all of the information for SSIS dataflow destination components.

Classes

NameDescription
AstAdoNetDestinationNodeThe ADO.NET destination loads data into a ADO.NET-compliant database that uses a database table or view.
AstAzureBlobDestinationNodeThe Azure blob destination writes data to Azure blob storage.
AstAzureDataLakeStoreDestinationNodeThe Azure Data Lake Store destination writes data to an Azure Data Lake Store.
AstCloudDestinationBaseNodeThe Cloud destination base model represents both HDFS and Azure Data Lake Store destinations.
AstDataReaderDestinationNodeThe DataReader destination loads dataflow rows into an ADO.NET data reader for consumption by other applications or components.
AstDataStreamingDestinationNodeThe DataStreaming destination writes data to DataStreaming Destination.
AstDestinationTransformationNodeAstDestinationTransformationNode is the base type that is used for all SQL Server Integration Services dataflow transformations/components in Biml that are destinations (i.e. no non-error output paths).
AstExcelDestinationNodeThe Excel destination loads data into Microsoft Excel workbooks.
AstFlatFileDestinationNodeThe Flat File destination writes data to a flat text file in a format specified by a FlatFileFormat definition.
AstHdfsFileDestinationNodeThe HDFS destination writes data to a Hadoop cluster.
AstOdbcDestinationNodeThe ODBC Destination loads data into an ODBC-compliant database that uses a database table, a view, or an SQL command.
AstOleDbDestinationNodeThe OLE DB destination loads data into an OLE DB-compliant database that uses a database table, a view, or an SQL command.
AstOracleDestinationNodeThe Oracle Destination loads data into an Oracle database that uses a database table, a view, or an SQL command. This is done specifically using the Attunity Oracle Connector.
AstRawFileDestinationNodeThe 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.
AstRecordSetDestinationNodeThe Recordset Destination component creates an in-memory ADO recordset that is stored in a variable.
AstScriptComponentDestinationNodeThe Script Component Destination type corresponds directly to a SQL Server Integration Services script component with an input buffer.
AstSqlServerPdwDestinationNodeThe SQL Server PDW destination loads data into a Microsoft SQL Server Parallel Data Warehouse (PDW) appliance. In later versions, PDW is rebranded as the Microsoft Analytics Platform System.
AstTeradataDestinationNodeThe Teradata Destination loads data into a Teradata database that uses a database table, a view, or an SQL command. This is done specifically using the Attunity Teradata Connector.