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
)
Public Sub SetWarehouseOverride (
warehouseOverride As TenantWarehouseOverride
)
public:
void SetWarehouseOverride(
TenantWarehouseOverride^ warehouseOverride
)
member SetWarehouseOverride :
warehouseOverride : TenantWarehouseOverride -> unit
Parameters
- warehouseOverride
- Type: Dundas.BI.AccountServices.MultiTenancyTenantWarehouseOverride
The warehouse override.
Exceptions Exception | Condition |
---|
InvalidOperationException |
The specified scope must (or must not) have a scope target, but the specified scope target
was (or was not) .
|
NotSupportedException | The specified scope is not supported for warehouse overrides. |
See Also