หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Relationship types.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Enumeration RelationshipType
'Usage
Dim instance As RelationshipType
public enum RelationshipType
public enum class RelationshipType
type RelationshipType
public enum RelationshipType
Members
| Member name | Description | |
|---|---|---|
| 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. |