Compartir a través de


RegisteredSubscriber Miembros

Represents a Subscriber that has been registered at a Publisher or a Distributor.

El tipo RegisteredSubscriber expone los siguientes miembros.

Constructores

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

Principio

Métodos

  Nombre Descripción
Método protegido CheckValidCreation Infraestructura. (Se hereda de ReplicationObject).
Método protegido CheckValidDefinition Infraestructura. (Se hereda de ReplicationObject).
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 Create Registers the Subscriber at the specified Publisher or Distributor.
Método publico Decouple Decouples the referenced replication object from the server. (Se hereda de ReplicationObject).
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 Remove Removes the Subscriber registration represented by the object.
Método publico Script Returns a string containing a Transact-SQL creation or deletion script for the Microsoft SQL Server registered Subscriber on the server computer that the object represents.
Método publico ToString (Se hereda de Object).

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 ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Propiedad pública DefaultDistributionSchedule Gets the default schedule to be assigned to the Distribution Agent if it is not specified.
Propiedad pública DefaultMergeSchedule Gets the default schedule to be assigned to the Merge Agent if it is not specified.
Propiedad pública Description Gets or sets a textual description of the object.
Propiedad pública DistributionDatabase Gets or sets the name of the distribution database that the distribution Publisher uses.
Propiedad pública DistributionPublisher Gets or sets the name of the distribution Publisher to which the Subscriber is registered.
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 registered Subscriber.
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 SubscriberSecurity Gets a security context that is used by the Distribution Agent or the Merge Agent to connect to this registered Subscriber.
Propiedad pública Type Gets or sets the type of Subscriber.
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