次の方法で共有


AlternateSynchronizationPartner クラス

Represents an alternate Publisher to which a subscription can be synchronized if the primary Publisher is not available.

継承階層

System.Object
  Microsoft.SqlServer.Replication.AlternateSynchronizationPartner

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

構文

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

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

コンストラクター

  名前 説明
パブリック メソッド AlternateSynchronizationPartner() Creates an instance of the AlternateSynchronizationPartner class.
パブリック メソッド AlternateSynchronizationPartner(String, String, String, String, String) Creates an instance of the AlternateSynchronizationPartner class with all required properties.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Distributor The name of the Distributor.
パブリック プロパティ FriendlyName A friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner
パブリック プロパティ Publication The name of the publication.
パブリック プロパティ Publisher The name of the alternate Publisher.
パブリック プロパティ PublisherDatabase The name of the publication database.

先頭に戻る

メソッド

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

先頭に戻る

説明

The Alternate Synchronization Partners feature for merge replication has been deprecated.

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Replication 名前空間