IdentityRangeInfo.InRepublishing プロパティ

定義

マージ レプリケーション トポロジで再パブリッシュしているサブスクライバー側にアーティクルが存在するかどうかを取得します。値の設定も可能です。

public:
 property bool InRepublishing { bool get(); void set(bool value); };
public bool InRepublishing { get; set; }
member this.InRepublishing : bool with get, set
Public Property InRepublishing As Boolean

プロパティ値

Boolean 値。

true の場合、アーティクルは再パブリッシュサブスクライバーに存在します。

false の場合、アーティクルは再パブリッシュサブスクライバーに存在しません

注釈

InRepublishing プロパティは、マージ レプリケーションでのみ使用されます。

このプロパティは、すべてのユーザーが取得または設定できます。

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

適用対象