Cardinality Enumeration

Represents the cardinality of a relationship.

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

Syntax

C#
public enum Cardinality

Members

Member name Description
Many Relationship is Many-to-One.
One Relationship is One-to-One.

Remarks

New:   17 July 2006

Indicates if related attribute has many-to-one or one-to-one relationship with this attribute.

See Also

Reference

Microsoft.AnalysisServices Namespace