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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
ModelComparisonChangeDefinition Klasse
Microsoft.Data.Schema.SchemaModel-Namespace
RelationshipClass