Classe SynchronizationPartner
Represents an alternate Publisher used to synchronize a subscription to a merge publication.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.SynchronizationPartner
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class SynchronizationPartner
'Utilisation
Dim instance As SynchronizationPartner
public sealed class SynchronizationPartner
public ref class SynchronizationPartner sealed
[<SealedAttribute>]
type SynchronizationPartner = class end
public final class SynchronizationPartner
Le type SynchronizationPartner expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SynchronizationPartner | Creates a new instance of the SynchronizationPartner class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Description | Gets or sets a description for the alternate Publisher. | |
Distributor | Gets or sets the name of the Distributor. | |
Enabled | Gets or sets whether or not this Publisher is enabled as an alternate synchronization partner. | |
Publication | Gets or sets the name of the publication. | |
PublicationDB | Gets or sets the name of the publication database. | |
Publisher | Gets or sets the name of the alternate Publisher. | |
UserData | Gets or sets an object property that allows users to attach their own data to this object. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
[!REMARQUE]
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.