ReplicationTable.HasBigIntColumn プロパティ

定義

テーブルに bigint データ型の列が少なくとも1つあるかどうかを示す値が得られます。

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

プロパティ値

true テーブルに bigint 列がある場合は、 falsebigint 列がない場合は

注釈

HasBigIntColumnプロパティは、Publisherのsysadmin固定サーバーロールのメンバーや、publication database上のdb_owner固定データベース役割のメンバーによって取得できます。

適用対象