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 (25.3.0.1000)
Syntaxpublic bool RemoveWarehouseOverride(
	AppSettingScope scope,
	string? scopeTarget
)
Public Function RemoveWarehouseOverride ( 
	scope As AppSettingScope,
	scopeTarget As String
) As Boolean
public:
bool RemoveWarehouseOverride(
	AppSettingScope scope, 
	String^ scopeTarget
)
member RemoveWarehouseOverride : 
        scope : AppSettingScope * 
        scopeTarget : string -> bool 
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
See Also