ReplicationDatabase.EnumConflictTables(String) 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 conflict information for all merge publications and subscriptions that use the replication database.
public:
 System::Collections::ArrayList ^ EnumConflictTables(System::String ^ publication);public System.Collections.ArrayList EnumConflictTables(string publication);member this.EnumConflictTables : string -> System.Collections.ArrayListPublic Function EnumConflictTables (publication As String) As ArrayListParameters
- publication
- String
A String value that specifies the name of the publication. If publication is null, then conflict information for all publications using the database is returned.
Returns
An ArrayList of ArticleConflict objects.
Exceptions
When publication is longer than 128 Unicode characters or contains null characters.
Remarks
The EnumConflictTables method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.
Calling EnumConflictTables is equivalent to executing sp_helpmergearticleconflicts (Transact-SQL) on the replication database.