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)
Syntaxpublic enum RelationshipCategory
Public Enumeration RelationshipCategory
public enum class RelationshipCategory
type RelationshipCategory
Members|
| Member name | Value | Description |
|---|
| None | 0 | The category is not defined. |
| Native | 1 | The relationship is defined natively by the data source. |
| UserDefined | 2 | The relationship is defined by the end user. |
| SystemDefined | 3 | The relationship is defined by the application. |
See Also