Freigeben über


ModelComparisonChangeDefinition.RelationshipEntriesToAdd-Eigenschaft

Ruft eine Liste mit Beziehungseinträgen ab, die dem Zielelement hinzugefügt werden müssen.

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

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesToAdd As IList(Of IModelRelationshipEntry)
    Get
public IList<IModelRelationshipEntry> RelationshipEntriesToAdd { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesToAdd {
    IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesToAdd : IList<IModelRelationshipEntry>
function get RelationshipEntriesToAdd () : 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