ModelComparisonChangeDefinition.DangleRelationshipsFromTarget (Propiedad)

Desconecta el elemento que establece la relación del elemento relacionado.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public ReadOnly Property DangleRelationshipsFromTarget As IList(Of IModelRelationshipEntry)
    Get
public IList<IModelRelationshipEntry> DangleRelationshipsFromTarget { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromTarget {
    IList<IModelRelationshipEntry^>^ get ();
}
member DangleRelationshipsFromTarget : IList<IModelRelationshipEntry>
function get DangleRelationshipsFromTarget () : IList<IModelRelationshipEntry>

Valor de propiedad

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Un objeto IList<T> cuyo tipo es el objeto IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

ModelComparisonChangeDefinition Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelRelationshipEntry

RelationshipClass