后续版本的 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.
![]() |
---|
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. |