Compartir a través de


PublicationMonitor Miembros

Monitors a publication.

El tipo PublicationMonitor expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico PublicationMonitor() () () () Creates a new instance of the PublicationMonitor class.
Método publico PublicationMonitor(String, String, String, String, ServerConnection) Creates a new instance of the PublicationMonitor class with the specified name, distribution database, Publisher, publication database, and connection to the Distributor.

Principio

Métodos

  Nombre Descripción
Método publico ChangeMonitorThreshold Changes the monitoring threshold metric for a publication.
Método protegido CheckValidCreation Infraestructura. (Se hereda de ReplicationObject).
Método protegido CheckValidDefinition Infraestructura. (Se hereda de ReplicationObject).
Método publico CleanUpTracerTokenHistory(DateTime) Removes all metadata for tracer tokens older than the specified date from a database published using transactional replication.
Método publico CleanUpTracerTokenHistory(Int32) Removes metadata for a specific tracer token from a database published using transactional replication.
Método publico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Método publico Decouple Decouples the referenced replication object from the server. (Se hereda de ReplicationObject).
Método publico EnumErrorRecords Returns information about errors associated with a specified error ID that occurred during a synchronization session.
Método publico EnumLogReaderAgent Returns information for the Log Reader Agent job used by the monitored publication.
Método publico EnumMonitorThresholds Returns the replication monitor thresholds defined for this publication.
Método publico EnumQueueReaderAgent Returns information for the Queue Reader Agent job used by the monitored publication.
Método publico EnumSnapshotAgent Returns information for the Snapshot Agent job used by the monitored publication.
Método publico EnumSubscriptions Returns information on subscriptions that are subscribed to the monitored publication.
Método publico EnumSubscriptions2 Returns additional information on subscriptions that are subscribed to the monitored publication.
Método publico EnumTracerTokenHistory Returns Subscriber latency information for a single tracer token record inserted into a monitored transactional publication.
Método publico EnumTracerTokens Returns all tracer tokens that have been inserted into the monitored transactional publication.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetChangeCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetCreateCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetDropCommand Infraestructura. (Se hereda de ReplicationObject).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InternalRefresh Infraestructura. (Se hereda de ReplicationObject).
Método publico Load Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método publico LoadProperties Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Reloads the properties of the object. (Se hereda de ReplicationObject).
Método publico ToString (Se hereda de Object).
Método publico TransPendingCommandInfo Returns information about pending commands for a subscription.

Principio

Propiedades

  Nombre Descripción
Propiedad pública CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Se hereda de ReplicationObject).
Propiedad pública CacheRefreshPolicy Infraestructura.
Propiedad pública ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Propiedad pública Description Gets the textual description of the publication.
Propiedad pública DistributionDBName Gets the name of the distribution database used by the publication.
Propiedad pública ExcludeAnonymousSubscriptions Gets or sets whether anonymous subscriptions are excluded from or included in the monitor results.
Propiedad pública IsExistingObject Gets whether the object exists on the server or not. (Se hereda de ReplicationObject).
Propiedad pública Name Gets or sets the name of the monitored publication.
Propiedad pública PublicationDBName Gets or sets the name of the publication database.
Propiedad pública PublisherName Gets or sets the name of the Publisher.
Propiedad pública QueueReaderAgentName
Propiedad pública SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Se hereda de ReplicationObject).
Propiedad pública Status Gets the status of the publication.
Propiedad pública StatusAndWarning Gets the status and warnings of the referenced publication on the Distributor, including all of the agents associated for the publication.
Propiedad pública Type Gets the type of replication in which the publication participates.
Propiedad pública UserData Gets or sets an object property that allows users to attach their own data to the object. (Se hereda de ReplicationObject).

Principio