Compartir a través de


Enumeración RelationshipType

Relationship types.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Enumeration RelationshipType
'Uso
Dim instance As RelationshipType
public enum RelationshipType
public enum class RelationshipType
type RelationshipType
public enum RelationshipType

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac.Model