Перечисление Multiplicity
Specifies whether a relationship end is connected to the "one" or "many" side of a one-to-many relationship.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration Multiplicity
'Применение
Dim instance As Multiplicity
public enum Multiplicity
public enum class Multiplicity
type Multiplicity
public enum Multiplicity
Элементы
Имя элемента | Описание | |
---|---|---|
Many | The "many" side of the one-to-many relationship. | |
One | The "one" side of a one-to-many relationship. |