Bagikan melalui


ModelComparisonChangeDefinition.RelationshipEntriesToDrop Property

Gets a list of relationship entries that must be dropped from the target element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesToDrop As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> RelationshipEntriesToDrop { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesToDrop {
    IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesToDrop : IList<IModelRelationshipEntry>
function get RelationshipEntriesToDrop () : IList<IModelRelationshipEntry>

Property Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry