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