다음을 통해 공유


Entity.IsFlat 속성

정의

주의

Use IsCollectionEnabled or IsHierarchyEnabled instead

이 인스턴스가 플랫인지를 나타내는 값을 지정합니다(즉, 명시적 계층 또는 컬렉션은 지원하지 않음).

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

속성 값

true 이 인스턴스가 플랫이면 이고, 그렇지 않으면 입니다 false.

특성

적용 대상