ListCompatibilityLevels Method
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The ListCompatibilityLevels method lists all available database compatibility levels.
Syntax
object.ListCompatibilityLevels( )asNameList
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT ListCompatibilityLevels(LPSQLDMONAMELIST *ppNames);
Hinweise
ListCompatibilityLevels returns a list of all available version compatibility levels in Microsoft SQL Server. An application can use one of the returned values to set the compatibility of a database using the CurrentCompatibility property.
Hinweis |
---|
ListCompatibilityLevels can be used with SQL Server 7.0 and Microsoft SQL Server 2000 or later. |