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