HierarchyParentCriteria.ChildIdsByOldParentId 屬性

定義

指定要移至新父系之子系的識別碼(依其舊父系識別碼分組)。 多對多階層層級中,子系可能有多個父系,而父系識別碼可用以釐清要變更的關聯性。

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))

屬性值

Dictionary<Guid,Collection<Guid>>

依其舊父系識別碼分組,但將移至新父系的子系之識別碼。

屬性

適用於