IAlternateSynchronizationPartner 接口

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("b1ff1e2c-b3c3-45d4-868d-a752635eee6d")> _
<ComVisibleAttribute(True)> _
Public Interface IAlternateSynchronizationPartner
用法
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

IAlternateSynchronizationPartner 类型公开以下成员。

属性

  名称 说明
公共属性 Distributor Gets the name of the distributor.
公共属性 FriendlyName Gets the friendly name of the IAlternateSynchronizationPartner object.
公共属性 Publication Gets the publication of the IAlternateSynchronizationPartner object.
公共属性 Publisher Gets the name of the publisher.
公共属性 PublisherDatabase The name of the publication database.

页首

注释

See AlternateSynchronizationPartner for information on members of IAlternateSynchronizationPartner.

请参阅

参考

Microsoft.SqlServer.Replication 命名空间