語言

ReplicationTable.HasBigIntColumn 屬性

定義

會得到一個值,表示該資料表是否至少有一欄的資料型態。bigint

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

屬性值

true 如果表格有 bigint 欄位; false 如果表格沒有 bigint 欄位。

備註

HasBigIntColumn該屬性可由系統管理員固定伺服器角色的成員在Publisher取得,或由db_owner固定資料庫角色的成員在發佈資料庫中取得。

適用於