Classe CustomResolver
Represents a COM-based resolver registration at a server in a merge replication topology.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.CustomResolver
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class CustomResolver
'Utilizzo
Dim instance As CustomResolver
public sealed class CustomResolver
public ref class CustomResolver sealed
[<SealedAttribute>]
type CustomResolver = class end
public final class CustomResolver
Nel tipo CustomResolver sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
CustomResolver | Creates a new instance of the CustomResolver class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication
Altre risorse
Rilevamento e risoluzione avanzati dei conflitti nella replica di tipo merge
Esecuzione di logiche di business durante la sincronizzazione di tipo merge