TSqlModel.EngineVersion Property

Definition

The specific engine version targeted by the model.

For On Premises platforms this will be consistent with the SqlServerVersion - for instance Sql90 will have an engine version of 9.

For Microsoft Azure SQL Database the minimum valid version is 11, and the engine version will affect what features are supported in the model.

public int EngineVersion { get; }
member this.EngineVersion : int
Public ReadOnly Property EngineVersion As Integer

Property Value

Applies to