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입니다.

특성

적용 대상