ModelComparisonChangeDefinition.HierarchicalChildrenToAdd 屬性
取得關聯性中繼資料的清單和將加入至項目的對應階層式子項目。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public ReadOnly Property HierarchicalChildrenToAdd As IDictionary(Of ModelRelationshipClass, List(Of IModelElement))
Get
public IDictionary<ModelRelationshipClass, List<IModelElement>> HierarchicalChildrenToAdd { get; }
public:
property IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ HierarchicalChildrenToAdd {
IDictionary<ModelRelationshipClass^, List<IModelElement^>^>^ get ();
}
member HierarchicalChildrenToAdd : IDictionary<ModelRelationshipClass, List<IModelElement>>
function get HierarchicalChildrenToAdd () : IDictionary<ModelRelationshipClass, List<IModelElement>>
屬性值
型別:System.Collections.Generic.IDictionary<ModelRelationshipClass, List<IModelElement>>
IDictionary<TKey, TValue> 物件,具有 RelationshipClass 物件及其對應的 IModelElement 物件。
備註
您可以考慮將結構描述關聯性一律從左到右,或從正在關聯項目到已關聯項目讀取。
階層式關聯性具有做為相關項目的子項目,以及做為要加入之相關項目的父項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ModelComparisonChangeDefinition 類別