ReplicationServer.EnumCustomResolvers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all custom conflict resolvers registered on the connected instance of SQL Server.
public:
System::Collections::ArrayList ^ EnumCustomResolvers();
public System.Collections.ArrayList EnumCustomResolvers ();
member this.EnumCustomResolvers : unit -> System.Collections.ArrayList
Public Function EnumCustomResolvers () As ArrayList
Returns
An ArrayList object that contains an array of CustomResolver objects.
Remarks
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.