DeployAction
The type of action to execute.
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            Deploy
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Generate and apply a synchronisation script between two databases. 
         | 
      
      
        
          
            Report(OutputPath)
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Generate an XML report for the differences between two databases. 
         | 
      
      
        
          
            Script(OutputPath)
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Generate a SQL script to sync two databases. 
         |