VersionUtils.IsSql14OrLater(ServerVersion) Method
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.
Returns whether the given ServerVersion is 140 or higher
public static bool IsSql14OrLater (Microsoft.SqlServer.Management.Common.ServerVersion currentServerVersion);
static member IsSql14OrLater : Microsoft.SqlServer.Management.Common.ServerVersion -> bool
Public Shared Function IsSql14OrLater (currentServerVersion As ServerVersion) As Boolean
Parameters
- currentServerVersion
- ServerVersion
Returns
true if the version is 140 or higher