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