IAlternateSynchronizationPartner Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")> _
<ComVisibleAttribute(True)> _
Public Interface IAlternateSynchronizationPartner
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")] 
[ComVisibleAttribute(true)] 
public interface IAlternateSynchronizationPartner
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[GuidAttribute(L"b1ff1e2c-b3c3-45d4-868d-a752635eee6d")] 
[ComVisibleAttribute(true)] 
public interface class IAlternateSynchronizationPartner
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d") */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface IAlternateSynchronizationPartner
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d") 
ComVisibleAttribute(true) 
public interface IAlternateSynchronizationPartner

Remarks

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.

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

IAlternateSynchronizationPartner Members
Microsoft.SqlServer.Replication Namespace