AlternateSynchronizationPartner-Klasse
Stellt einen alternativen Verleger dar, mit dem ein Abonnement synchronisiert werden kann, wenn der primäre Verleger nicht verfügbar ist.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Replication..::..AlternateSynchronizationPartner
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public NotInheritable Class AlternateSynchronizationPartner _
Implements IAlternateSynchronizationPartner
'Usage
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
Der AlternateSynchronizationPartner-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
AlternateSynchronizationPartner() () () () | Erstellt eine Instanz der AlternateSynchronizationPartner-Klasse. | |
AlternateSynchronizationPartner(String, String, String, String, String) | Erstellt eine Instanz der AlternateSynchronizationPartner-Klasse mit allen erforderlichen Eigenschaften. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Distributor | Der Name des Verteilers. | |
FriendlyName | Ein Anzeigename für die Zuordnung von Verleger, Veröffentlichung und Verteiler, aus denen ein alternativer Synchronisierungspartner besteht. | |
Publication | Der Name der Veröffentlichung. | |
Publisher | Der Name des alternativen Verlegers. | |
PublisherDatabase | Der Name der Veröffentlichungsdatenbank. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
The Alternate Synchronization Partners feature for merge replication has been deprecated.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.