TSqlModel.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.
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