HierarchyParentCriteria.ChildIdsByOldParentId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要移至新父系之子系的識別碼(依其舊父系識別碼分組)。 多對多階層層級中,子系可能有多個父系,而父系識別碼可用以釐清要變更的關聯性。
public:
property System::Collections::Generic::Dictionary<Guid, System::Collections::ObjectModel::Collection<Guid> ^> ^ ChildIdsByOldParentId { System::Collections::Generic::Dictionary<Guid, System::Collections::ObjectModel::Collection<Guid> ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.Dictionary<Guid,System.Collections.ObjectModel.Collection<Guid>> ChildIdsByOldParentId { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ChildIdsByOldParentId : System.Collections.Generic.Dictionary<Guid, System.Collections.ObjectModel.Collection<Guid>>
Public ReadOnly Property ChildIdsByOldParentId As Dictionary(Of Guid, Collection(Of Guid))
屬性值
依其舊父系識別碼分組,但將移至新父系的子系之識別碼。
- 屬性