다음을 통해 공유


AssociationProvider.IsPrimaryKeyInThisTable 속성

정의

기본 키의 From 열 부분이 테이블에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:  virtual property bool IsPrimaryKeyInThisTable {  public:
bool get(); protected:
 void set(bool value); };
public virtual bool IsPrimaryKeyInThisTable { get; protected set; }
member this.IsPrimaryKeyInThisTable : bool with get, set
Public Overridable Property IsPrimaryKeyInThisTable As Boolean

속성 값

Boolean

기본 키의 From 열 부분이 테이블에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상