TenantTimeDimensionPropertyOverrides Property |
Gets a dictionary containing tenant-specific overrides for time dimension properties.
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 IDictionary<Guid, ParameterValueCollection> TimeDimensionPropertyOverrides { get; }
Public ReadOnly Property TimeDimensionPropertyOverrides As IDictionary(Of Guid, ParameterValueCollection)
Get
public:
property IDictionary<Guid, ParameterValueCollection^>^ TimeDimensionPropertyOverrides {
IDictionary<Guid, ParameterValueCollection^>^ get ();
}
member TimeDimensionPropertyOverrides : IDictionary<Guid, ParameterValueCollection> with get
Property Value
Type:
IDictionaryGuid,
ParameterValueCollectionThe time dimension property overrides.
Remarks
The dictionary is keyed by time dimension 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