Compartir a través de


Clase SubscriberSubscription

Returns information about a subscription.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.SubscriberSubscription

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

Sintaxis

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

El tipo SubscriberSubscription expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública LastAgentStatus Gets or sets status information from last run of the synchronization agent.
Propiedad pública LastAgentSummary Gets or sets the last agent summary message during synchronization.
Propiedad pública LastAgentSyncDateTime Gets or sets the date and time of the last run of the synchronization agent.
Propiedad pública PublicationDBName Gets or sets the name of the publication database.
Propiedad pública PublicationName Gets or sets the name of the publication to which the subscription is subscribed.
Propiedad pública PublisherName Gets or sets the name of the Publisher.
Propiedad pública SubscriptionDBName Gets or sets the name of the subscription database.
Propiedad pública SubscriptionType Gets or sets the subscription type.
Propiedad pública Type Gets or sets the type of publication to which the subscription is subscribed.
Propiedad pública UpdateMode Gets or sets the update mode for an updating subscription to a transactional publication.
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 público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

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.

Ejemplos

EnumSubscriberSubscriptions

Using the Subscriber Monitor Sample

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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication