Поделиться через


ModelComparisonChangeDefinition.DangleRelationshipsFromTarget - свойство

Отсоединяет связывающий элемент от связанного элемента в отношении.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<IModelRelationshipEntry>
Интерфейс IList<T> объекта типа IModelRelationshipEntry.

Безопасность платформы .NET Framework

См. также

Ссылки

ModelComparisonChangeDefinition Класс

Microsoft.Data.Schema.SchemaModel - пространство имен

IModelRelationshipEntry

RelationshipClass