EngineVersion Enumeration

SQL Server 2014
 

Updated: April 20, 2017

Represents an option specifying what engine version should be set or allowed. Currently this option is only used in operations related to Microsoft Azure SQL Database. For instance this can be used during export to define the allowed engine version to validate against and whether the features of the database match the capabilities of that engine version. Similarly when defining creation options for a public TSqlModel in the extensibility APIs, this can be used to define what the expected engine version of the model should be set to.

Namespace:   Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

public enum class EngineVersion

Member nameDescription
Default

Use the default engine version when creating the model.

Latest

Use the latest engine version when creating the model. This will always attempt to set the highest supported engine version as the target, and will mean that the model will allow the latest set of T-SQL language features to be supported

V11

Version 11

V12

Version 12

Return to top

Community Additions

ADD
Show: