ReplicationTable.HasBigIntIdentityColumn 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出資料表是否至少有一個識別資料行的資料類型為 bigint。
public:
property bool HasBigIntIdentityColumn { bool get(); };
public bool HasBigIntIdentityColumn { get; }
member this.HasBigIntIdentityColumn : bool
Public ReadOnly Property HasBigIntIdentityColumn As Boolean
屬性值
如果資料表有 true 識別資料行則為 bigint,如果資料表沒有 false 識別資料行則為 bigint。
備註
HasBigIntIdentityColumn屬性可以由發行者端系統管理員(sysadmin)固定伺服器角色的成員或發行集資料庫上的 db_owner 固定資料庫角色的成員來抓取。