ShowAdvancedOptions Property

SQL-DMO

SQL-DMO

ShowAdvancedOptions Property

The ShowAdvancedOptions property controls ConfigValues collection membership.

Applies To
Configuration Object
Syntax

object.ShowAdvancedOptions [= value]

Parts

object

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

Remarks

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

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

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