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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Data.Schema.SchemaModel.Translation 命名空間
RelationshipClass