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
<GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Interface IMergeSynchronizationAgent
[GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public interface IMergeSynchronizationAgent
[GuidAttribute(L"f7b73669-8742-4e3b-af40-9fed3f1cacab")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public interface class IMergeSynchronizationAgent
/** @attribute GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public interface IMergeSynchronizationAgent
GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
ComVisibleAttribute(true) 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public interface IMergeSynchronizationAgent

Remarks

See MergeSynchronizationAgent for information on members of IMergeSynchronizationAgent.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IMergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace