IMergeSynchronizationAgent-Schnittstelle
Stellt eine Implementierung der MergeSynchronizationAgent-Klasse für spät gebundene COM-Clients bereit.
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
Der IMergeSynchronizationAgent-Typ macht folgende Elemente verfügbar.
Eigenschaften
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Abort | ||
ClearAllTraceFlags | ||
ClearTraceFlag | ||
EnableTraceFlag | ||
IsSnapshotRequired | ||
ProcessMessagesAtPublisher | ||
ProcessMessagesAtSubscriber | ||
Synchronize |
Zum Anfang