| 
               tSQLDWHBulkExec
             | 
            Loads data into an Azure Synapse Analytics table from either Azure Blob Storage or
      Azure Data Lake Storage. | 
         
            | 
               tSQLDWHClose
             | 
            Closes an active connection to an Azure Synapse Analytics database. | 
         
            | 
               tSQLDWHCommit
             | 
            Commits in one go a global transaction instead of doing that on every row or every
            batch and thus provides gain in performance. | 
         
            | 
               tSQLDWHConnection
             | 
            Opens a connection to an Azure Synapse Analytics database. | 
         
            | 
               tSQLDWHInput
             | 
            Reads data and extracts fields based on a query from an Azure Synapse Analytics
            database. | 
         
            | 
               tSQLDWHOutput
             | 
            Writes, updates, makes changes or suppresses entries in an Azure Synapse Analytics
            database. | 
         
            | 
               tSQLDWHRollback
             | 
            Cancels the transaction commit in the connected Azure Synapse Analytics database to
            prevent partial transaction commit if an error occurs. | 
         
            | 
               tSQLDWHRow
             | 
            Executes an SQL query stated on an Azure Synapse Analytics database. |