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