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

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스