DiscoveryType Enumeration

Enumeration used to specify the types of discovery used when retrieving native structures.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum DiscoveryType
Members
  Member nameValueDescription
UseSourceMetadata0 Use the original source metadata, perform the discovery.
UseSavedMetadata1 The discovery will return previously saved metadata.
UseSavedIfSourceUnavailable2 The discovery will try to use the original source, and then fallback on the saved information if connection to the source cannot be established.
See Also