RelationshipEndCardinality Enumeration

 

Updated: May 24, 2016

An enumeration of possible values for defining cardinality on either side of a table relationship.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class RelationshipEndCardinality

Member nameDescription
Many

Specifies the 'many' side of a one-to-many relationship.

None

The relationship is unspecified.

One

Specifies the 'one' side of a one-to-one or one-to-many relationship.

Return to top
Show: