AppSettingValueSource Enumeration |
Specifies where a configuration setting's effective value comes from.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum AppSettingValueSource
Public Enumeration AppSettingValueSource
public enum class AppSettingValueSource
type AppSettingValueSource
Members
| Member name | Value | Description |
---|
| None | 0 | The source of the setting's value is not known. |
| Default | 10 | The setting's value was not specified at any scope, so the default value is used. |
| Global | 20 | The setting's effective value originates from the Global scope. |
| ServerGroup | 30 | The setting's effective value originates from the ServerGroup scope. |
| Server | 40 | The setting's effective value originates from the Server scope. |
| FileOverride | 100 | The setting's effective value originates from the FileOverride scope. |
See Also