Classe AlternateSynchronizationPartner
Represents an alternate Publisher to which a subscription can be synchronized if the primary Publisher is not available.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.AlternateSynchronizationPartner
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
<GuidAttribute("6ccf35a8-e977-43d3-bdd4-aa499a2dc1eb")> _
Public NotInheritable Class AlternateSynchronizationPartner _
Implements IAlternateSynchronizationPartner
'Utilizzo
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
Nel tipo AlternateSynchronizationPartner sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The Alternate Synchronization Partners feature for merge replication has been deprecated.
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.