다음을 통해 공유


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.