The EnumCustomResolvers method returns a QueryResults object enumerating the additional system or heterogeneous replication conflict resolution components available in a Microsoft® SQL Server™ installation that is acting as a replication Distributor.
object.EnumCustomResolvers( Distributor ) as QueryResults
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| Distributor | String identifying a SQL Server installation by name. The installation is configured to distribute replication publications. |
A QueryResults object containing multiple result sets defined by these columns.
| Column | Data type | Description |
|---|---|---|
| Value | nvarchar(256) | Friendly name of the conflict resolution component |
| Data | nchar(256) | GUID identifying the component |
HRESULT EnumCustomResolvers(
SQLDMO_LPCSTR Distributor,
LPSQLDMOQUERYRESULTS* ppResults);