TSqlModelOptions.EngineVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies what engine version should be targeted by the model. For On Premises platforms this value will be ignored as the engine version is fixed based on the platform. For the SqlAzure platform this value will be set and used to specify what T-SQL language features are supported.
public Microsoft.SqlServer.Dac.EngineVersion EngineVersion { get; set; }
member this.EngineVersion : Microsoft.SqlServer.Dac.EngineVersion with get, set
Public Property EngineVersion As EngineVersion