ReplicationTable.HasBigIntColumn 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到一個值,表示該資料表是否至少有一欄的資料型態。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固定資料庫角色的成員在發佈資料庫中取得。