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


Метод ReplicationServer.EnumCustomResolvers

Returns all custom conflict resolvers registered on the connected instance of SQL Server.

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

Синтаксис

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

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

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

Тип: System.Collections.ArrayList
An ArrayList object that contains an array of CustomResolver objects.

Замечания

The EnumCustomResolvers method can be run by members of the sysadmin fixed server role or by members of the db_owner fixed database role in the master database.

The EnumCustomResolvers method is equivalent to the sp_enumcustomresolvers (Transact-SQL) stored procedure.

См. также

Справочник

ReplicationServer Класс

Пространство имен Microsoft.SqlServer.Replication