ModelComparisonChangeDefinition.DangleRelationshipsFromTarget Property
Disconnects the relating element from the related element in a relationship.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property DangleRelationshipsFromTarget As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> DangleRelationshipsFromTarget { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromTarget {
IList<IModelRelationshipEntry^>^ get ();
}
member DangleRelationshipsFromTarget : IList<IModelRelationshipEntry>
function get DangleRelationshipsFromTarget () : IList<IModelRelationshipEntry>
Property Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelComparisonChangeDefinition Class
Microsoft.Data.Schema.SchemaModel Namespace
RelationshipClass