MetadataSource Enumeration

Enumeration used to defined the metadata source for DataElementMetadata objects.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum MetadataSource
Members
  Member nameValueDescription
None0The source is not defined.
Native1The metadata is defined natively by the data source.
UserDefined2The metadata is defined by the end user.
SystemDefined3The metadata is defined by the application.
See Also