IMergeSynchronizationAgent Interface
Provides an implementation of the MergeSynchronizationAgent class for late-bound COM clients.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")> _
Public Interface IMergeSynchronizationAgent
'Usage
Dim instance As IMergeSynchronizationAgent
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")]
public interface IMergeSynchronizationAgent
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"f7b73669-8742-4e3b-af40-9fed3f1cacab")]
public interface class IMergeSynchronizationAgent
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")>]
type IMergeSynchronizationAgent = interface end
public interface IMergeSynchronizationAgent
The IMergeSynchronizationAgent type exposes the following members.
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | ||
ClearAllTraceFlags | ||
ClearTraceFlag | ||
EnableTraceFlag | ||
IsSnapshotRequired | ||
ProcessMessagesAtPublisher | ||
ProcessMessagesAtSubscriber | ||
Synchronize |
Top