Поделиться через


ListCompatibilityLevels Method

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

The ListCompatibilityLevels method lists all available database compatibility levels.

Синтаксис

object.ListCompatibilityLevels( )asNameList

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT ListCompatibilityLevels(LPSQLDMONAMELIST *ppNames);

Замечания

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.

ПримечаниеПримечание

ListCompatibilityLevels can be used with SQL Server 7.0 and Microsoft SQL Server 2000 or later.

Applies To: