ServerPropertyCategory Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines the server property category.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public enum ServerPropertyCategory
public enum class ServerPropertyCategory
type ServerPropertyCategory
Public Enumeration ServerPropertyCategory

Members

Member name Description
Advanced

Specifies that the category of the server property is Advanced.

Basic

Specifies that the category of the server property is Basic and most likely appears on a property page in an administration tool.

See Also

Microsoft.AnalysisServices Namespace

Return to top