Перечисление RelationshipType

Relationship types.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Enumeration RelationshipType
'Применение
Dim instance As RelationshipType
public enum RelationshipType
public enum class RelationshipType
type RelationshipType
public enum RelationshipType

Элементы

Имя элемента Описание
Composing A relationship where the child object cannot be created outside the parent's DDL create statement.
Hierarchical A relationship where the child object can be created outside the parent's DDL create statement.
Peer A relationship where the related object must be created outside the parent's DDL create statement.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Model