ITimeDimensionProviderService.GetProviders 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 (25.1.0.1000)
SyntaxIReadOnlyList<TimeDimensionProviderInfo> GetProviders()
Function GetProviders As IReadOnlyList(Of TimeDimensionProviderInfo)
IReadOnlyList<TimeDimensionProviderInfo^>^ GetProviders()
abstract GetProviders : unit -> IReadOnlyList<TimeDimensionProviderInfo>
Return Value
Type:
IReadOnlyList<TimeDimensionProviderInfo>The collection of time dimension providers.
See Also