TSqlModelOptions.EngineVersion Property

Definition

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

Property Value

Applies to