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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ModelComparisonChangeDefinition Classe
Spazio dei nomi Microsoft.Data.Schema.SchemaModel
RelationshipClass