TenantDataConnectorPropertyOverrides Property

Gets a dictionary containing tenant-specific overrides for data connector properties.

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 IDictionary<Guid, ParameterValueCollection> DataConnectorPropertyOverrides { get; }

Property Value

Type: IDictionaryGuid, ParameterValueCollection
The data connector property overrides.
Remarks
The dictionary is keyed by data connector ID, and the values are dictionaries of property values, keyed by property ID. Only properties which need to be overridden need to be specified.
See Also