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


Метод EnumAllMergeJoinFilters

Returns all the merge join filters defined on the merge publication.

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

Синтаксис

'Декларация
Public Function EnumAllMergeJoinFilters As ArrayList
'Применение
Dim instance As MergePublication
Dim returnValue As ArrayList

returnValue = instance.EnumAllMergeJoinFilters()
public ArrayList EnumAllMergeJoinFilters()
public:
ArrayList^ EnumAllMergeJoinFilters()
member EnumAllMergeJoinFilters : unit -> ArrayList 
public function EnumAllMergeJoinFilters() : ArrayList

Возвращаемое значение

Тип: System.Collections. . :: . .ArrayList
An ArrayList of MergeJoinFilter objects.

Замечания

The EnumAllMergeJoinFilters method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling EnumAllMergeJoinFilters is equivalent to executing sp_helpmergefilter.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.