RelationshipCategory Enumeration

Enumeration used to defined the supported relationship categories.

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