Share via


Clase SynchronizationPartner

Represents an alternate Publisher used to synchronize a subscription to a merge publication.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..SynchronizationPartner

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class SynchronizationPartner
'Uso
Dim instance As SynchronizationPartner
public sealed class SynchronizationPartner
public ref class SynchronizationPartner sealed
[<SealedAttribute>]
type SynchronizationPartner =  class end
public final class SynchronizationPartner

El tipo SynchronizationPartner expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SynchronizationPartner Creates a new instance of the SynchronizationPartner class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets a description for the alternate Publisher.
Propiedad pública Distributor Gets or sets the name of the Distributor.
Propiedad pública Enabled Gets or sets whether or not this Publisher is enabled as an alternate synchronization partner.
Propiedad pública Publication Gets or sets the name of the publication.
Propiedad pública PublicationDB Gets or sets the name of the publication database.
Propiedad pública Publisher Gets or sets the name of the alternate Publisher.
Propiedad pública UserData Gets or sets an object property that allows users to attach their own data to this object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Nota

Esta característica se quitará en una versión futura de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.