MergeJoinFilter.JoinFilterId Property

Gets or sets the ID of the join filter or logical record relationship.

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

Syntax

'Declaration
Public Property JoinFilterId As Integer
    Get
    Set
'Usage
Dim instance As MergeJoinFilter
Dim value As Integer

value = instance.JoinFilterId

instance.JoinFilterId = value
public int JoinFilterId { get; set; }
public:
property int JoinFilterId {
    int get ();
    void set (int value);
}
member JoinFilterId : int with get, set
function get JoinFilterId () : int
function set JoinFilterId (value : int)

Property Value

Type: System.Int32
An Int32 value.

Remarks

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.