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. |