IdentityRangeInfo.PublisherIdentityRangeSize プロパティ

定義

トランザクションレプリケーションのためにPublisherで公開テーブルのアイデンティティ範囲サイズを取得したり、マージレプリケーションをリパブリッシュしたりSubscriberで取得または設定します。

public:
 property long PublisherIdentityRangeSize { long get(); void set(long value); };
public long PublisherIdentityRangeSize { get; set; }
member this.PublisherIdentityRangeSize : int64 with get, set
Public Property PublisherIdentityRangeSize As Long

プロパティ値

単位範囲のサイズを指定する Int64 の値です。

注釈

識別範囲のサイズは、Publisherまたは再公開するSubscriberのテーブルの識別カラムに挿入できる最大数の新しい行数を示します。 IdentityRangeThresholdの性質は、単位範囲が割り当てられた時を示します。

このプロパティはどのユーザーでも取得または設定可能です。

この名前空間、クラス、またはメンバーはMicrosoft .NETフレームワークのバージョン2.0でのみサポートされています。

適用対象