MergeSubscriberMonitor Members
Enables Subscriber-side monitoring of subscriptions to merge publications.
The following tables list the members exposed by the MergeSubscriberMonitor type.
Public Constructors
名稱 | Description | |
---|---|---|
MergeSubscriberMonitor | Overloaded. Creates a new instance of the MergeSubscriberMonitor class. |
頂端
Public Properties
名稱 | Description | |
---|---|---|
![]() |
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (inherited from ReplicationObject) |
![]() |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. (inherited from ReplicationObject) |
![]() |
IsExistingObject | Gets whether the object exists on the server or not. (inherited from 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. (inherited from 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. (inherited from ReplicationObject) |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
![]() |
CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. (inherited from ReplicationObject) |
![]() |
Decouple | Decouples the referenced replication object from the server. (inherited from ReplicationObject) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from 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 | Overloaded. Returns summary information on Merge Agent sessions. |
![]() |
GetSessionsSummaryDataSet | Overloaded. Returns summary information on Merge Agent sessions using a DataSet object. |
![]() |
GetType | (inherited from Object ) |
![]() |
Load | Loads the properties of an existing object from the server. (inherited from ReplicationObject) |
![]() |
LoadProperties | Loads the properties of an existing object from the server. (inherited from ReplicationObject) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Refresh | Reloads the properties of the object. (inherited from ReplicationObject) |
![]() |
RefreshSessionSummary | Overloaded. Refreshes Merge Agent session information from the Subscriber. |
![]() |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
![]() |
CheckValidCreation | (inherited from ReplicationObject ) |
![]() |
CheckValidDefinition | (inherited from ReplicationObject ) |
![]() |
Finalize | (inherited from Object ) |
![]() |
GetChangeCommand | (inherited from ReplicationObject ) |
![]() |
GetCreateCommand | (inherited from ReplicationObject ) |
![]() |
GetDropCommand | (inherited from ReplicationObject ) |
![]() |
InternalRefresh | (inherited from ReplicationObject ) |
![]() |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
MergeSubscriberMonitor Class
Microsoft.SqlServer.Replication Namespace
其他資源
How to: Programmatically Monitor Replication (RMO Programming)
Subscriber Monitor Sample