Class SqlServer2008Processor
Inheritance
SqlServer2008Processor
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
public class SqlServer2008Processor : SqlServerProcessor, IMigrationProcessor, IQuerySchema, IDisposable
Constructors
SqlServer2008Processor(ILogger<SqlServer2008Processor>, SqlServer2008Quoter, SqlServer2008Generator, IOptionsSnapshot<ProcessorOptions>, IConnectionStringAccessor, IServiceProvider)
Declaration
public SqlServer2008Processor(ILogger<SqlServer2008Processor> logger, SqlServer2008Quoter quoter, SqlServer2008Generator generator, IOptionsSnapshot<ProcessorOptions> options, IConnectionStringAccessor connectionStringAccessor, IServiceProvider serviceProvider)
Parameters
Implements