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
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")> _
Public Interface IAlternateSynchronizationPartner
'Usage
Dim instance As IAlternateSynchronizationPartner
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")]
public interface IAlternateSynchronizationPartner
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"b1ff1e2c-b3c3-45d4-868d-a752635eee6d")]
public interface class IAlternateSynchronizationPartner
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")>]
type IAlternateSynchronizationPartner =  interface end
public interface IAlternateSynchronizationPartner

The IAlternateSynchronizationPartner type exposes the following members.

Properties

  Name Description
Public property Distributor
Public property FriendlyName
Public property Publication
Public property Publisher
Public property PublisherDatabase

Top

Remarks

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.