共用方式為


ModelTranslatorSplitToType.AttractRelationships 屬性

取得關聯性清單,這些關聯性指向來源結構描述中的項目,而這些項目也應該在移至目標結構描述時指向新項目。

命名空間:  Microsoft.Data.Schema.SchemaModel.Translation
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<ModelRelationshipClass>
型別為 RelationshipClass 的 IList<T>

.NET Framework 安全性

請參閱

參考

ModelTranslatorSplitToType 類別

Microsoft.Data.Schema.SchemaModel.Translation 命名空間

RelationshipClass