ModelTranslatorSplitToType.AttractRelationships-Eigenschaft

Ruft eine Liste mit Beziehungen ab, die auf das Element im Quellschema zeigen, das auch auf das neue Element zeigen muss, wenn dieses in das Zielschema verschoben wird.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<ModelRelationshipClass>
Ein IList<T> vom Typ RelationshipClass.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslatorSplitToType Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace

RelationshipClass