Condividi tramite


Proprietà ModelComparisonChangeDefinition.DangleRelationshipsFromTarget

Disconnette l'elemento di correlazione dall'elemento correlato in una relazione.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Oggetto IList<T> di tipo IModelRelationshipEntry.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelComparisonChangeDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry

RelationshipClass