Класс SubscriberSubscription

Returns information about a subscription.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.SubscriberSubscription

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class SubscriberSubscription
'Применение
Dim instance As SubscriberSubscription
public sealed class SubscriberSubscription
public ref class SubscriberSubscription sealed
[<SealedAttribute>]
type SubscriberSubscription =  class end
public final class SubscriberSubscription

Тип SubscriberSubscription обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SubscriberSubscription Creates a new instance of the SubscriberSubscription class.

В начало

Свойства

  Имя Описание
Открытое свойство LastAgentStatus Gets or sets status information from last run of the synchronization agent.
Открытое свойство LastAgentSummary Gets or sets the last agent summary message during synchronization.
Открытое свойство LastAgentSyncDateTime Gets or sets the date and time of the last run of the synchronization agent.
Открытое свойство PublicationDBName Gets or sets the name of the publication database.
Открытое свойство PublicationName Gets or sets the name of the publication to which the subscription is subscribed.
Открытое свойство PublisherName Gets or sets the name of the Publisher.
Открытое свойство SubscriptionDBName Gets or sets the name of the subscription database.
Открытое свойство SubscriptionType Gets or sets the subscription type.
Открытое свойство Type Gets or sets the type of publication to which the subscription is subscribed.
Открытое свойство UpdateMode Gets or sets the update mode for an updating subscription to a transactional publication.
Открытое свойство UserData Gets or sets an object property that allows users to attach their own data to this object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Примеры

EnumSubscriberSubscriptions

Using the Subscriber Monitor Sample

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication