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")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface ITransSynchronizationAgent
'Usage
Dim instance As ITransSynchronizationAgent
[GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface ITransSynchronizationAgent
[GuidAttribute(L"2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface class ITransSynchronizationAgent
[<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
type ITransSynchronizationAgent =  interface end
public interface ITransSynchronizationAgent

Remarks

See TransSynchronizationAgentfor information on members of ITransSynchronizationAgent.