Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The ShowAdvancedOptions property controls ConfigValues collection membership.
Sintassi
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);
Osservazioni
If TRUE, advanced configuration options are included in the collection.
If FALSE, advanced configuration options are not included. FALSE is the default value.
Importante: |
|---|
| 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. |
Importante: