Freigeben über


IAlternateSynchronizationPartner-Schnittstelle

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

Der IAlternateSynchronizationPartner-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Distributor Gets the name of the distributor.
Öffentliche Eigenschaft FriendlyName Gets the friendly name of the IAlternateSynchronizationPartner object.
Öffentliche Eigenschaft Publication Gets the publication of the IAlternateSynchronizationPartner object.
Öffentliche Eigenschaft Publisher Gets the name of the publisher.
Öffentliche Eigenschaft PublisherDatabase The name of the publication database.

Zum Anfang

Hinweise

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace