Перечисление Cardinality
Represents the cardinality of a relationship.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration Cardinality
'Применение
Dim instance As Cardinality
public enum Cardinality
public enum class Cardinality
type Cardinality
public enum Cardinality
Элементы
Имя элемента | Описание | |
---|---|---|
Many | Relationship is Many-to-One. | |
One | Relationship is One-to-One. |
Замечания
Добавления: 17 июля 2006 г.
Indicates if related attribute has many-to-one or one-to-one relationship with this attribute.