次の方法で共有


Entity.IsHierarchyEnabled プロパティ

定義

エンティティが明示的な階層操作に対して有効かどうかを指定します。

public:
 property bool IsHierarchyEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsHierarchyEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsHierarchyEnabled : bool with get, set
Public Property IsHierarchyEnabled As Boolean

プロパティ値

明示的階層操作でエンティティを有効にする場合は true、それ以外の場合は false

属性

適用対象