Classe SynchronizationPartner
Represents an alternate Publisher used to synchronize a subscription to a merge publication.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Replication..::..SynchronizationPartner
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class SynchronizationPartner
'Utilizzo
Dim instance As SynchronizationPartner
public sealed class SynchronizationPartner
public ref class SynchronizationPartner sealed
[<SealedAttribute>]
type SynchronizationPartner = class end
public final class SynchronizationPartner
Nel tipo SynchronizationPartner sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SynchronizationPartner | Creates a new instance of the SynchronizationPartner class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Nota
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche