Compartilhar via


Classe SubscriberSubscription

Returns information about a subscription.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..SubscriberSubscription

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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

O tipo SubscriberSubscription expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SubscriberSubscription Creates a new instance of the SubscriberSubscription class.

Início

Propriedades

  Nome Descrição
Propriedade pública LastAgentStatus Gets or sets status information from last run of the synchronization agent.
Propriedade pública LastAgentSummary Gets or sets the last agent summary message during synchronization.
Propriedade pública LastAgentSyncDateTime Gets or sets the date and time of the last run of the synchronization agent.
Propriedade pública PublicationDBName Gets or sets the name of the publication database.
Propriedade pública PublicationName Gets or sets the name of the publication to which the subscription is subscribed.
Propriedade pública PublisherName Gets or sets the name of the Publisher.
Propriedade pública SubscriptionDBName Gets or sets the name of the subscription database.
Propriedade pública SubscriptionType Gets or sets the subscription type.
Propriedade pública Type Gets or sets the type of publication to which the subscription is subscribed.
Propriedade pública UpdateMode Gets or sets the update mode for an updating subscription to a transactional publication.
Propriedade pública UserData Gets or sets an object property that allows users to attach their own data to this object.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência