TenantDataConnectorPropertyOverrides Property |
Gets a dictionary containing tenant-specific overrides for data connector properties.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IDictionary<Guid, ParameterValueCollection> DataConnectorPropertyOverrides { get; }Public ReadOnly Property DataConnectorPropertyOverrides As IDictionary(Of Guid, ParameterValueCollection)
Get
public:
property IDictionary<Guid, ParameterValueCollection^>^ DataConnectorPropertyOverrides {
IDictionary<Guid, ParameterValueCollection^>^ get ();
}member DataConnectorPropertyOverrides : IDictionary<Guid, ParameterValueCollection> with get
Property Value
IDictionaryGuid,
ParameterValueCollectionThe 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