共用方式為


IdentityRangeInfo.InRepublishing 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property InRepublishing As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別: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

備註

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.

請參閱

參考

IdentityRangeInfo 類別

Microsoft.SqlServer.Replication 命名空間