Sdílet prostřednictvím


ModelTranslatorSplitToType.AttractRelationships – vlastnost

Získá seznam vztahů, které se na prvek ve schématu zdroje, které by také odkazovat na nový prvek při přesunutí cílové schéma.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslatorSplitToType Třída

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

RelationshipClass