ModelTranslatorSplitToType.AttractRelationships Property
Gets a list of relationships that point to the element in the source schema that should also point to the new element when moved to the target schema.
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)
public IList<ModelRelationshipClass> AttractRelationships { get; }
public:
property IList<ModelRelationshipClass^>^ AttractRelationships {
IList<ModelRelationshipClass^>^ get ();
}
member AttractRelationships : IList<ModelRelationshipClass>
function get AttractRelationships () : IList<ModelRelationshipClass>
Property Value
Type: System.Collections.Generic.IList<ModelRelationshipClass>
An IList<T> of type RelationshipClass.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelTranslatorSplitToType Class
Microsoft.Data.Schema.SchemaModel.Translation Namespace
RelationshipClass