Condividi tramite


Classe MergeSubscriberMonitor

Enables Subscriber-side monitoring of subscriptions to merge publications.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication. . :: . .ReplicationObject
    Microsoft.SqlServer.Replication..::..MergeSubscriberMonitor

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

Sintassi

'Dichiarazione
Public NotInheritable Class MergeSubscriberMonitor _
    Inherits ReplicationObject
'Utilizzo
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

Nel tipo MergeSubscriberMonitor sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MergeSubscriberMonitor(ServerConnection) Creates an instance of the MergeSubscriberMonitor class with a connection to the Subscriber.
Metodo pubblico MergeSubscriberMonitor(ServerConnection, String, String, String, String) Creates an instance of the MergeSubscriberMonitor class to monitor a specific subscription.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. Ereditato da ReplicationObject.
Proprietà pubblica ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. Ereditato da ReplicationObject.
Proprietà pubblica IsExistingObject Gets whether the object exists on the server or not. Ereditato da ReplicationObject.
Proprietà pubblica Name Gets the name of the instance of Microsoft SQL Server to which the MergeSubscriberMonitor object is connected.
Proprietà pubblica Publication Gets or sets the name of the publication to which the subscription belongs.
Proprietà pubblica Publisher Gets or sets the name of the Publisher.
Proprietà pubblica PublisherDB Gets or sets the name of the publication database.
Proprietà pubblica SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. Ereditato da ReplicationObject.
Proprietà pubblica SubscriberDB Gets or sets the name of the subscription database.
Proprietà pubblica UserData Gets or sets an object property that allows users to attach their own data to the object. Ereditato da ReplicationObject.

In alto

Metodi

  Nome Descrizione
Metodo protetto CheckValidCreation Infrastruttura. Ereditato da ReplicationObject.
Metodo protetto CheckValidDefinition Infrastruttura. Ereditato da ReplicationObject.
Metodo pubblico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. Ereditato da ReplicationObject.
Metodo pubblico Decouple Decouples the referenced replication object from the server. Ereditato da ReplicationObject.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetChangeCommand Infrastruttura. Ereditato da ReplicationObject.
Metodo protetto GetCreateCommand Infrastruttura. Ereditato da ReplicationObject.
Metodo protetto GetDropCommand Infrastruttura. Ereditato da ReplicationObject.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLastSessionSummary Returns information on the most recent Merge Agent session as a MergeSessionSummary object.
Metodo pubblico GetLastSessionSummaryDataRow Returns information on the most recent Merge Agent session as a DataRow object.
Metodo pubblico GetSessionDetails Returns detailed information on a Merge Agent session as an array of MergeSessionDetail objects.
Metodo pubblico GetSessionDetailsDataSet Returns detailed information on a Merge Agent session as an DataSet object.
Metodo pubblico GetSessionsSummary() () () () Returns all available summary information on Merge Agent sessions.
Metodo pubblico GetSessionsSummary(Int32) Returns summary information for Merge Agent sessions that have occurred in the past number of hours specified.
Metodo pubblico GetSessionsSummaryDataSet() () () () Returns summary information on all Merge Agent sessions using a DataSet object.
Metodo pubblico 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.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto InternalRefresh Infrastruttura. Ereditato da ReplicationObject.
Metodo pubblico Load Loads the properties of an existing object from the server. Ereditato da ReplicationObject.
Metodo pubblico LoadProperties Loads the properties of an existing object from the server. Ereditato da ReplicationObject.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Refresh Reloads the properties of the object. Ereditato da ReplicationObject.
Metodo pubblico RefreshSessionSummary(DataRow%) Refreshes information in a DataRow object that represents a specific Merge Agent session.
Metodo pubblico RefreshSessionSummary(MergeSessionSummary%) Refreshes information in a MergeSessionSummary object that represents a specific Merge Agent session.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

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.