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

属性

适用于