CustomResolver Class
SQL Server 2012
Represents a COM-based resolver registration at a server in a merge replication topology.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The CustomResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ClassId | Gets or sets the Class ID of the registered resolver. |
![]() | Description | Gets or sets a textual description of the resolver. |
![]() | UserData | Gets or sets user data that is attached to the object. |
The CustomResolver class represents COM-based resolvers. A business logic handler is represented by the BusinessLogicHandler class.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

