次の方法で共有


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 名前空間