Multiplicity 列挙体

ドメインのロールの多重度を示します。

名前空間:  Microsoft.VisualStudio.Modeling
アセンブリ:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 内)

構文

'宣言
Public Enumeration Multiplicity
public enum Multiplicity

メンバー

メンバー名 説明
One 1. の多重度。
OneMany 1 の多重度、* は。
ZeroMany 0 の多重度、* は。
ZeroOne 0 または 1. の多重度。

解説

ドメインのロールの両側に独自の多重度の値があります。

参照

関連項目

Microsoft.VisualStudio.Modeling 名前空間