次の方法で共有


ReplicationTable.HasBigIntColumn プロパティ

定義

テーブルに少なくとも 1 つの 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 プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーです。

適用対象