IAppConfigServiceGetAllEffectiveValues(AppSettingScope, Object) Method |
Gets the effective value of all registered application settings from the perspective of the specified scope.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 AppSettingScope
- The scope.
- scopeTarget Object
-
The server name or server group ID (ignored if scope
is not Server or ServerGroup).
Specify to use the server name or server group ID from the current server.
Return Value
IDictionaryGuid,
AppSettingValueA dictionary (keyed by setting ID) containing the effective values at the specified scope.
Exceptions
See Also