TenantRemoveWarehouseOverride Method

Removes the warehouse override for the specified scope and scope target.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool RemoveWarehouseOverride(
	AppSettingScope scope,
	string? scopeTarget
)

Parameters

scope
Type: Dundas.BI.ConfigurationAppSettingScope
The warehouse override scope.
scopeTarget
Type: SystemString
The warehouse override scope target.

Return Value

Type: Boolean
if the corresponding override was found; otherwise, .
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionscope is not a valid AppSettingScope value.
See Also