MetaDataMember.IsPersistent 속성

정의

파생 클래스에서 재정의되는 경우 이 멤버가 열(또는 제약 조건)에 매핑되는지 여부를 나타내는 값을 가져옵니다.

public:
 abstract property bool IsPersistent { bool get(); };
public abstract bool IsPersistent { get; }
member this.IsPersistent : bool
Public MustOverride ReadOnly Property IsPersistent As Boolean

속성 값

true이 멤버가 열(또는 제약 조건)에 매핑된 경우 그렇지 않으면 . false

설명

클래스에는 영구 멤버와 비영구 멤버의 조합이 있을 수 있습니다. 비영구 멤버가 매핑되지 않은 동안 영구 멤버가 매핑됩니다. 매핑된 클래스에는 하나 이상의 영구 멤버가 있어야 합니다.

적용 대상