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該屬性可由系統管理員固定伺服器角色的成員在Publisher取得,或由db_owner固定資料庫角色的成員在發佈資料庫中取得。