Поделиться через


Свойство JoinFilterId

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property JoinFilterId As Integer
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .Int32
An Int32 value.

Замечания

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.