Entity.IsSystem 속성

정의

주의

Always false. With the removal of the Metadata model, system entities no longer exist

엔터티가 시스템 엔터티인지 여부를 지정합니다.

public:
 property bool IsSystem { bool get(); void set(bool value); };
[System.ComponentModel.ReadOnly(true)]
[System.Obsolete("Always false. With the removal of the Metadata model, system entities no longer exist")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsSystem { get; set; }
[<System.ComponentModel.ReadOnly(true)>]
[<System.Obsolete("Always false. With the removal of the Metadata model, system entities no longer exist")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean

속성 값

엔터티가 시스템 엔터티이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상