Класс CustomResolver

Represents a COM-based resolver registration at a server in a merge replication topology.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.CustomResolver

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

Синтаксис

'Декларация
Public NotInheritable Class CustomResolver
'Применение
Dim instance As CustomResolver
public sealed class CustomResolver
public ref class CustomResolver sealed
[<SealedAttribute>]
type CustomResolver =  class end
public final class CustomResolver

Тип CustomResolver обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CustomResolver Creates a new instance of the CustomResolver class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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

EnumCustomResolvers

Другие ресурсы

Расширенное обнаружение и разрешение конфликтов репликации слиянием

Выполнение бизнес-логики при синхронизации слиянием