ReplicationTable.HasBigIntIdentityColumn 屬性

定義

取得值,指出資料表是否至少有一個識別資料行的資料類型為 bigint

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

屬性值

Boolean

如果資料表有 true 識別資料行則為 bigint,如果資料表沒有 false 識別資料行則為 bigint

備註

HasBigIntIdentityColumn屬性可以由發行者端系統管理員(sysadmin)固定伺服器角色的成員或發行集資料庫上的 db_owner 固定資料庫角色的成員來抓取。

適用於