Partilhar via


Propriedade ModelComparisonChangeDefinition.DangleRelationshipsFromSource

Desconecta o elemento relacionado do elemento relacionado em um relacionamento.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ModelComparisonChangeDefinition Classe

Namespace Microsoft.Data.Schema.SchemaModel

IList<T>

IModelRelationshipEntry

RelationshipClass