IdentityRangeInfo.SubscriberIdentityRangeSize プロパティ

定義

トランザクションレプリケーションの場合、サブスクライバー側でテーブルの識別範囲サイズを取得したり設定したり、マージレプリケーションの場合はPublisherとSubscriberの両方で行います。

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

プロパティ値

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

注釈

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

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

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

適用対象