ResultSources Enumeration

The source of a Cellset.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
[FlagsAttribute]
public enum ResultSources
Members
  Member nameValueDescription
None0 The result source has not been set.
OriginalSource1 The data was retrieved through the source data connector.
TwinRequest2 The data was retrieved from an identical request made at the same time or very close to this.
AllCellset4 The data was generated for an 'All' cellset.
InMemoryResultCache8 The data was retrieved from an in-memory result cache.
Warehouse16 The data was retrieved from the data warehouse.
InMemoryWarehouse32 The data was retrieved from an in-memory warehouse.
DistributedCache64 The data was retrieved from a distributed cache.
See Also