ShowAdvancedOptions Property

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

The ShowAdvancedOptions property 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.

ms135644.note(ja-jp,SQL.90).gif重要 :
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:

Configuration Object