MergeSubscriberMonitor 클래스
Enables Subscriber-side monitoring of subscriptions to merge publications.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Replication. . :: . .ReplicationObject
Microsoft.SqlServer.Replication..::..MergeSubscriberMonitor
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public NotInheritable Class MergeSubscriberMonitor _
Inherits ReplicationObject
‘사용 방법
Dim instance As MergeSubscriberMonitor
public sealed class MergeSubscriberMonitor : ReplicationObject
public ref class MergeSubscriberMonitor sealed : public ReplicationObject
[<SealedAttribute>]
type MergeSubscriberMonitor =
class
inherit ReplicationObject
end
public final class MergeSubscriberMonitor extends ReplicationObject
MergeSubscriberMonitor 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
MergeSubscriberMonitor(ServerConnection) | Creates an instance of the MergeSubscriberMonitor class with a connection to the Subscriber. | |
MergeSubscriberMonitor(ServerConnection, String, String, String, String) | Creates an instance of the MergeSubscriberMonitor class to monitor a specific subscription. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (ReplicationObject에서 상속됨) | |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. (ReplicationObject에서 상속됨) | |
IsExistingObject | Gets whether the object exists on the server or not. (ReplicationObject에서 상속됨) | |
Name | Gets the name of the instance of Microsoft SQL Server to which the MergeSubscriberMonitor object is connected. | |
Publication | Gets or sets the name of the publication to which the subscription belongs. | |
Publisher | Gets or sets the name of the Publisher. | |
PublisherDB | Gets or sets the name of the publication database. | |
SqlServerName | Gets the name of the Microsoft SQL Server instance to which this object is connected. (ReplicationObject에서 상속됨) | |
SubscriberDB | Gets or sets the name of the subscription database. | |
UserData | Gets or sets an object property that allows users to attach their own data to the object. (ReplicationObject에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
CheckValidCreation | 인프라입니다. (ReplicationObject에서 상속됨) | |
CheckValidDefinition | 인프라입니다. (ReplicationObject에서 상속됨) | |
CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. (ReplicationObject에서 상속됨) | |
Decouple | Decouples the referenced replication object from the server. (ReplicationObject에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetChangeCommand | 인프라입니다. (ReplicationObject에서 상속됨) | |
GetCreateCommand | 인프라입니다. (ReplicationObject에서 상속됨) | |
GetDropCommand | 인프라입니다. (ReplicationObject에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetLastSessionSummary | Returns information on the most recent Merge Agent session as a MergeSessionSummary object. | |
GetLastSessionSummaryDataRow | Returns information on the most recent Merge Agent session as a DataRow object. | |
GetSessionDetails | Returns detailed information on a Merge Agent session as an array of MergeSessionDetail objects. | |
GetSessionDetailsDataSet | Returns detailed information on a Merge Agent session as an DataSet object. | |
GetSessionsSummary() () () () | Returns all available summary information on Merge Agent sessions. | |
GetSessionsSummary(Int32) | Returns summary information for Merge Agent sessions that have occurred in the past number of hours specified. | |
GetSessionsSummaryDataSet() () () () | Returns summary information on all Merge Agent sessions using a DataSet object. | |
GetSessionsSummaryDataSet(Int32) | Returns summary information for Merge Agent sessions that have occurred in the past number of hours specified. Summary information is returned using a DataSet object. | |
GetType | (Object에서 상속됨) | |
InternalRefresh | 인프라입니다. (ReplicationObject에서 상속됨) | |
Load | Loads the properties of an existing object from the server. (ReplicationObject에서 상속됨) | |
LoadProperties | Loads the properties of an existing object from the server. (ReplicationObject에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
Refresh | Reloads the properties of the object. (ReplicationObject에서 상속됨) | |
RefreshSessionSummary(DataRow%) | Refreshes information in a DataRow object that represents a specific Merge Agent session. | |
RefreshSessionSummary(MergeSessionSummary%) | Refreshes information in a MergeSessionSummary object that represents a specific Merge Agent session. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.