ReplicationTable.HasBigIntIdentityColumn プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象