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

The IAlternateSynchronizationPartner type exposes the following members.

Properties

  Name Description
Public property Distributor Gets the name of the distributor.
Public property FriendlyName Gets the friendly name of the IAlternateSynchronizationPartner object.
Public property Publication Gets the publication of the IAlternateSynchronizationPartner object.
Public property Publisher Gets the name of the publisher.
Public property PublisherDatabase The name of the publication database.

Top

Remarks

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.

See Also

Reference

Microsoft.SqlServer.Replication Namespace