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