Sdílet prostřednictvím


ModelComparisonChangeDefinition.DangleRelationshipsFromTarget – vlastnost

Prvek týkající se odpojí od souvisejících prvků ve vztahu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
IList<T> Typu IModelRelationshipEntry objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelRelationshipEntry

RelationshipClass