Share via


IdentityRangeInfo.InRepublishing Property

Gets or sets whether the article exists at a republishing Subscriber in a merge replication topology.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Property InRepublishing As Boolean 
    Get 
    Set
'Usage
Dim instance As IdentityRangeInfo 
Dim value As Boolean 

value = instance.InRepublishing

instance.InRepublishing = value
public bool InRepublishing { get; set; }
public:
property bool InRepublishing {
    bool get ();
    void set (bool value);
}
member InRepublishing : bool with get, set
function get InRepublishing () : boolean 
function set InRepublishing (value : boolean)

Property Value

Type: System.Boolean
A Boolean value.If true, the article exists at a republishing Subscriber.If false, the article does not exist at a republishing Subscriber

Remarks

The InRepublishing property is only used with merge replication.

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

IdentityRangeInfo Class

Microsoft.SqlServer.Replication Namespace