TenantSetWarehouseOverride Method

Sets 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 void SetWarehouseOverride(
	TenantWarehouseOverride warehouseOverride
)

Parameters

warehouseOverride
Type: Dundas.BI.AccountServices.MultiTenancyTenantWarehouseOverride
The warehouse override.
Exceptions
ExceptionCondition
InvalidOperationException The specified scope must (or must not) have a scope target, but the specified scope target was (or was not) .
NotSupportedExceptionThe specified scope is not supported for warehouse overrides.
See Also