Freigeben über


ShowAdvancedOptions Property

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The ShowAdvancedOptions property controls ConfigValues collection membership.

Syntax

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);

Hinweise

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(de-de,SQL.90).gifWichtig:
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