add_column column
          
          
            Signature: column:DfRecordsetDestinationColumn -> DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Add a column 
         | 
      
      
        
          
            add_columns columns
          
          
            Signature: columns:DfRecordsetDestinationColumn list -> DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Add multiple columns 
         | 
      
      
        
          
            clear_columns 
          
          
            Signature: DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Remove all columns 
         | 
      
      
        
          
            connect_input 
          
          
            Signature: DfComponent -> string -> DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Connects two pipeline components 
         | 
      
      
        
          
            connect_input_by_name 
          
          
            Signature: string -> string -> DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Connects two pipeline components 
         | 
      
      
        
          
            create name adapters
          
          
            Signature: name:string -> adapters:(DfComponent -> DfComponent) list -> DfComponent 
                       
         | 
        
            
               
               
            
          Create a new instance of a Recordset Destination pipeline component and then apply a series of transformations 
         | 
      
      
        
          
            define_column sourceColumnRef readOnly
          
          
            Signature: sourceColumnRef:DfInputColumnReference -> readOnly:bool -> DfRecordsetDestinationColumn 
                       
         | 
        
            
               
               
            
          Construct a new column definition 
         | 
      
      
        
          
            disconnect_input 
          
          
            Signature: DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Removes the connection, if any 
         | 
      
      
        
          
            get 
          
          
            Signature: DfComponent -> DfRecordsetDestinationConfiguration 
                       
         | 
        
            
               
               
            
          Alias for ingress 
         | 
      
      
        
          
            get_columns 
          
          
            Signature: DfComponent -> DfRecordsetDestinationColumn list 
                       
         | 
        
            
               
               
            
          Get the columns 
         | 
      
      
        
          
            get_variable 
          
          
            Signature: DfComponent -> CfVariableRef 
                       
         | 
        
            
               
               
            
          Get the target variable 
         | 
      
      
        
          
            input_name 
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Defined name of the Recordset Destination input. Has to match SSIS internals. 
         | 
      
      
        
          
            set_variable value
          
          
            Signature: value:CfVariableRef -> DfComponent -> DfComponent 
                       
         | 
        
            
               
               
            
          Set the target variable 
         |