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 (26.2.0.1000)
Syntax
public bool RemoveWarehouseOverride(
	AppSettingScope scope,
	string? scopeTarget
)

Parameters

scope  AppSettingScope
The warehouse override scope.
scopeTarget  String
The warehouse override scope target.

Return Value

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