Compartir a través de


ModelTranslatorSplitToType.AttractRelationships (Propiedad)

Obtiene una lista de relaciones que señalan al elemento del esquema de origen y que también deberán señalar al nuevo elemento cuando se mueva al esquema de destino.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel.Translation
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.IList<ModelRelationshipClass>
Una interfaz IList<T> cuyo tipo es RelationshipClass.

Seguridad de .NET Framework

Vea también

Referencia

ModelTranslatorSplitToType Clase

Microsoft.Data.Schema.SchemaModel.Translation (Espacio de nombres)

RelationshipClass