TenantWarehouseOverrides Property

Gets the tenant-specific warehouse connection string overrides.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IReadOnlyCollection<TenantWarehouseOverride> WarehouseOverrides { get; }

Property Value

Type: IReadOnlyCollectionTenantWarehouseOverride
The tenant-specific warehouse connection string overrides.
See Also