次の方法で共有


ShowAdvancedOptions Property

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。 新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。

The ShowAdvancedOptionsproperty controls ConfigValues collection membership.

構文

object.ShowAdvancedOptions [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetShowAdvancedOptions(LPBOOL pRetVal);
HRESULT SetShowAdvancedOptions(BOOL NewValue);

説明

If TRUE, advanced configuration options are included in the collection.

If FALSE, advanced configuration options are not included. FALSE is the default value.

重要な注意事項重要

Altering the value of ShowAdvancedOptions refills the ConfigValues collection. Any user alteration in configuration options performed before the ShowAdvancedOptions value change is applied using the Transact-SQL RECONFIGURE WITH OVERRIDE statement.

Applies To: