Partager via


Énumération RelationshipType

Relationship types.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Enumeration RelationshipType
'Utilisation
Dim instance As RelationshipType
public enum RelationshipType
public enum class RelationshipType
type RelationshipType
public enum RelationshipType

Membres

Nom de membre 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac.Model