Classe SubscriberSubscription

Returns information about a subscription.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.SubscriberSubscription

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class SubscriberSubscription
'Utilizzo
Dim instance As SubscriberSubscription
public sealed class SubscriberSubscription
public ref class SubscriberSubscription sealed
[<SealedAttribute>]
type SubscriberSubscription =  class end
public final class SubscriberSubscription

Nel tipo SubscriberSubscription sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SubscriberSubscription Creates a new instance of the SubscriberSubscription class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Esempi

EnumSubscriberSubscriptions

Using the Subscriber Monitor Sample

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

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication