ConfigProperty.IsAdvanced 属性

Gets the Boolean property value that specifies whether the configuration option is an advanced option.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property IsAdvanced As Boolean 
    Get
用法
Dim instance As ConfigProperty 
Dim value As Boolean 

value = instance.IsAdvanced
public bool IsAdvanced { get; }
public:
property bool IsAdvanced {
    bool get ();
}
member IsAdvanced : bool
function get IsAdvanced () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the configuration option is an advanced option.If True, the configuration option is advanced.If False (default), the configuration option is basic and not advanced.

注释

The configuration options are divided into two groups, advanced and basic. The advanced options require a deeper understanding of Microsoft SQL Server and are not available without first setting the ShowAdvancedOptions property configuration option to True.

示例

在 SMO 中配置 SQL Server

请参阅

参考

ConfigProperty 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

服务器配置选项