Proprietà ModelTranslatorSplitToType.AttractRelationships

Ottiene un elenco di relazioni che puntano all'elemento nello schema di origine e che devono anche puntare al nuovo elemento in caso di spostamento nello schema di destinazione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property AttractRelationships As IList(Of ModelRelationshipClass)
    Get
public IList<ModelRelationshipClass> AttractRelationships { get; }
public:
property IList<ModelRelationshipClass^>^ AttractRelationships {
    IList<ModelRelationshipClass^>^ get ();
}
member AttractRelationships : IList<ModelRelationshipClass>
function get AttractRelationships () : IList<ModelRelationshipClass>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelTranslatorSplitToType Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel.Translation

RelationshipClass