Freigeben über


ModelComparisonChangeDefinition.RelationshipEntriesToDrop-Eigenschaft

Ruft eine Liste mit Beziehungseinträgen ab, die aus dem Zielelement gelöscht werden müssen.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesToDrop As IList(Of IModelRelationshipEntry)
    Get
public IList<IModelRelationshipEntry> RelationshipEntriesToDrop { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesToDrop {
    IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesToDrop : IList<IModelRelationshipEntry>
function get RelationshipEntriesToDrop () : IList<IModelRelationshipEntry>

Eigenschaftswert

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
Ein IList<T> vom Typ IModelRelationshipEntry.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelComparisonChangeDefinition Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry