Partager via


Interface IAlternateSynchronizationPartner

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")> _
<ComVisibleAttribute(True)> _
Public Interface IAlternateSynchronizationPartner
'Utilisation
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

Le type IAlternateSynchronizationPartner expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Distributor Gets the name of the distributor.
Propriété publique FriendlyName Gets the friendly name of the IAlternateSynchronizationPartner object.
Propriété publique Publication Gets the publication of the IAlternateSynchronizationPartner object.
Propriété publique Publisher Gets the name of the publisher.
Propriété publique PublisherDatabase The name of the publication database.

Haut de la page

Notes

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication