Namespace Varigence.Languages.Biml.Transformation.Destination
This namespace contains all of the information for SSIS dataflow destination components.
Classes
AstAdoNetDestinationNode | The ADO.NET destination loads data into a ADO.NET-compliant database that uses a database table or view. |
AstAzureBlobDestinationNode | The Azure blob destination writes data to Azure blob storage. |
AstAzureDataLakeStoreDestinationNode | The Azure Data Lake Store destination writes data to an Azure Data Lake Store. |
AstCloudDestinationBaseNode | The Cloud destination base model represents both HDFS and Azure Data Lake Store destinations. |
AstDataReaderDestinationNode | The DataReader destination loads dataflow rows into an ADO.NET data reader for consumption by other applications or components. |
AstDataStreamingDestinationNode | The DataStreaming destination writes data to DataStreaming Destination. |
AstDestinationTransformationNode | AstDestinationTransformationNode 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). |
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. |
AstHdfsFileDestinationNode | The HDFS destination writes data to a Hadoop cluster. |
AstOdbcDestinationNode | The ODBC Destination loads data into an ODBC-compliant database that uses a database table, a view, or an SQL command. |
AstOleDbDestinationNode | The OLE DB destination loads data into an OLE DB-compliant database that uses a database table, a view, or an SQL command. |
AstOracleDestinationNode | The 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. |
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. |
AstSqlServerPdwDestinationNode | The 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. |
AstTeradataDestinationNode | The 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. |