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)
Syntaxpublic enum DiscoveryType
Public Enumeration DiscoveryType
public enum class DiscoveryType
Members|
| Member name | Value | Description |
|---|
| UseSourceMetadata | 0 |
Use the original source metadata, perform the discovery.
|
| UseSavedMetadata | 1 |
The discovery will return previously saved metadata.
|
| UseSavedIfSourceUnavailable | 2 |
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