語言

ReplicationTable.HasBigIntIdentityColumn 屬性

定義

會獲得一個值,表示該資料表是否至少有一個資料型別的 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固定資料庫角色的成員在發佈資料庫中取得。

適用於