Partager via


JoinFilterId propriété

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property JoinFilterId As Integer
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value.

Notes

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.