RelationshipEndCardinality Enum

Definition

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

C#
public enum RelationshipEndCardinality
Inheritance
RelationshipEndCardinality

Fields

Name Value Description
None 0

The relationship is unspecified.

One 1

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

Many 2

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

Applies to

Prodotto Versioni
Analysis Services SDK for .NET latest