FeatureState Enumeration

 

Specifies the state of the feature associated with the configuration.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

[FlagsAttribute]
public enum class FeatureState

Member nameDescription
Configured

The Configured state.

Installed

The Installed state.

None

No state specified.

Upgradable

The Upgradable state.

UpgradingInstance

The UpgradingInstance state.

Return to top
Show: