ReplicationTable.HasBigIntColumn プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルに 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固定データベース役割のメンバーによって取得できます。