Freigeben über


ModelComparisonChangeDefinition.DangleRelationshipsFromSource-Eigenschaft

Trennt das Zielelement vom Ausgangselement einer Beziehung.

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

Syntax

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

IList<T>

IModelRelationshipEntry

RelationshipClass