共用方式為


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 命名空間