VersionUtils.IsSql11OrLater(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 110 or higher
public static bool IsSql11OrLater (Microsoft.SqlServer.Management.Common.ServerVersion currentServerVersion);
static member IsSql11OrLater : Microsoft.SqlServer.Management.Common.ServerVersion -> bool
Public Shared Function IsSql11OrLater (currentServerVersion As ServerVersion) As Boolean
Parameters
- currentServerVersion
- ServerVersion