Sdílet prostřednictvím


ModelComparisonChangeDefinition.RelationshipEntriesToDrop – vlastnost

Získá seznam vztah položky, které musí z cílový prvek vynechány.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelRelationshipEntry