ReplicationTable.HasBigIntIdentityColumn 속성

정의

테이블이 bigint 데이터 형식의 ID 열이 하나 이상 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

테이블에 true ID 열이 있으면 bigint이고, 테이블에 false ID 열이 없으면 bigint입니다.

설명

게시 HasBigIntIdentityColumn 자에서 sysadmin 고정 서버 역할의 멤버 또는 게시 데이터베이스에서 db_owner 고정 데이터베이스 역할의 멤버가 속성을 검색할 수 있습니다.

적용 대상