Class SqlServer2014Processor
  
  
  
    Inheritance
    
    
    
    
    SqlServer2014Processor
   
  
  
  
  Assembly: FluentMigrator.Runner.SqlServer.dll
  Syntax
  
    public class SqlServer2014Processor : SqlServerProcessor, IMigrationProcessor, IQuerySchema, IDisposable
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  SqlServer2014Processor(ILogger<SqlServer2014Processor>, SqlServer2008Quoter, SqlServer2014Generator, IOptionsSnapshot<ProcessorOptions>, IConnectionStringAccessor, IServiceProvider)
  
  
  Declaration
  
    public SqlServer2014Processor(ILogger<SqlServer2014Processor> logger, SqlServer2008Quoter quoter, SqlServer2014Generator generator, IOptionsSnapshot<ProcessorOptions> options, IConnectionStringAccessor connectionStringAccessor, IServiceProvider serviceProvider)
   
  Parameters
  
  Implements