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.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
| Member name | Description | |
|---|---|---|
| Configured | The Configured state. | |
| Installed | The Installed state. | |
| None | No state specified. | |
| Upgradable | The Upgradable state. | |
| UpgradingInstance | The UpgradingInstance state. |
Show: