AlternateSynchronizationPartner クラス

プライマリ パブリッシャが利用できない場合にサブスクリプションの同期をとるために使用できる代替パブリッシャを表します。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..AlternateSynchronizationPartner

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
<ComVisibleAttribute(True)> _
<GuidAttribute("6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public NotInheritable Class AlternateSynchronizationPartner _
    Implements IAlternateSynchronizationPartner
'使用
Dim instance As AlternateSynchronizationPartner
[ComVisibleAttribute(true)]
[GuidAttribute("6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public sealed class AlternateSynchronizationPartner : IAlternateSynchronizationPartner
[ComVisibleAttribute(true)]
[GuidAttribute(L"6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class AlternateSynchronizationPartner sealed : IAlternateSynchronizationPartner
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")>]
[<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)>]
type AlternateSynchronizationPartner =  
    class
        interface IAlternateSynchronizationPartner
    end
public final class AlternateSynchronizationPartner implements IAlternateSynchronizationPartner

AlternateSynchronizationPartner 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AlternateSynchronizationPartner() () () () AlternateSynchronizationPartner クラスのインスタンスを作成します。
パブリック メソッド AlternateSynchronizationPartner(String, String, String, String, String) すべての必須プロパティを使用して AlternateSynchronizationPartner クラスのインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Distributor ディストリビュータの名前です。
パブリック プロパティ FriendlyName 代替同期パートナーを構成するパブリッシャ、パブリケーション、およびディストリビュータの関連付けの表示名です。
パブリック プロパティ Publication パブリケーションの名前です。
パブリック プロパティ Publisher 代替パブリッシャの名前です。
パブリック プロパティ PublisherDatabase パブリケーション データベースの名前です。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

マージ レプリケーションの代替同期パートナー機能の使用は避けてください。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。