ITimeDimensionProviderServiceGetProviders Method |
Gets all the time dimension providers.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IReadOnlyList<TimeDimensionProviderInfo> GetProviders()
Function GetProviders As IReadOnlyList(Of TimeDimensionProviderInfo)
IReadOnlyList<TimeDimensionProviderInfo^>^ GetProviders()
abstract GetProviders : unit -> IReadOnlyList<TimeDimensionProviderInfo>
Return Value
Type:
IReadOnlyListTimeDimensionProviderInfoThe collection of time dimension providers.
See Also