IAppConfigService.GetAllEffectiveValues Method (AppSettingScope, Object) |
Gets the effective value of all registered application settings from the perspective of the specified scope.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxIDictionary<Guid, AppSettingValue> GetAllEffectiveValues(
AppSettingScope scope,
Object? scopeTarget
)
Function GetAllEffectiveValues (
scope As AppSettingScope,
scopeTarget As Object
) As IDictionary(Of Guid, AppSettingValue)
IDictionary<Guid, AppSettingValue^>^ GetAllEffectiveValues(
AppSettingScope scope,
Object^ scopeTarget
)
abstract GetAllEffectiveValues :
scope : AppSettingScope *
scopeTarget : Object -> IDictionary<Guid, AppSettingValue>
Parameters
- scope
- Type: Dundas.BI.Configuration.AppSettingScope
The scope. - scopeTarget
- Type: System.Object
The server name or server group ID (ignored if scope
is not Server or ServerGroup).
Specify null to use the server name or server group ID from the current server.
Return Value
Type:
IDictionary<Guid,
AppSettingValue>A dictionary (keyed by setting ID) containing the effective values at the specified scope.
Exceptions
See Also