VersionUtils.IsSql13Azure12OrLater(DatabaseEngineType, 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.
Check whether the server version is greater than or equal to SQL 13 or SQL 12 on Azure.
public static bool IsSql13Azure12OrLater (Microsoft.SqlServer.Management.Common.DatabaseEngineType currentDatabaseEngineType, Microsoft.SqlServer.Management.Common.ServerVersion currentServerVersion);
static member IsSql13Azure12OrLater : Microsoft.SqlServer.Management.Common.DatabaseEngineType * Microsoft.SqlServer.Management.Common.ServerVersion -> bool
Public Shared Function IsSql13Azure12OrLater (currentDatabaseEngineType As DatabaseEngineType, currentServerVersion As ServerVersion) As Boolean
Parameters
- currentDatabaseEngineType
- DatabaseEngineType
current database engine type
- currentServerVersion
- ServerVersion
current server version