ITransSynchronizationAgent Interface

Provides an implementation of the TransSynchronizationAgent class for late-bound COM clients.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface ITransSynchronizationAgent
[GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
public interface ITransSynchronizationAgent
[GuidAttribute(L"2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
public interface class ITransSynchronizationAgent
/** @attribute GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344") */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface ITransSynchronizationAgent
GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344") 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
ComVisibleAttribute(true) 
public interface ITransSynchronizationAgent

Remarks

See TransSynchronizationAgentfor information on members of ITransSynchronizationAgent.

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

ITransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace