Share via


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 네임스페이스

관련 자료

서버 구성 옵션