ReplicationTable.HasBigIntColumn 屬性

定義

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

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

屬性值

Boolean

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

備註

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

適用於