Proprietà ModelComparisonChangeDefinition.DangleRelationshipsFromSource

Disconnette l'elemento correlato dall'elemento di correlazione in una relazione.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Oggetto IList<T> di tipo IModelRelationshipEntry.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelComparisonChangeDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IList<T>

IModelRelationshipEntry

RelationshipClass