Compartir a través de


DistributionPublisher Miembros

Represents information about a Publisher registered at the currently connected Distributor.

El tipo DistributionPublisher expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DistributionPublisher() () () () Creates a new instance of the DistributionPublisher class.
Método publico DistributionPublisher(String, ServerConnection) Creates a new instance of the DistributionPublisher class, with the Publisher name and with a connection to the Distributor used by the Publisher.

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 Publisher with the specified properties at the Distributor.
Método publico CreateHeterogeneousLogReaderAgent Creates a Log Reader Agent job for a non-SQL Server Publisher.
Método publico Decouple Decouples the referenced replication object from the server. (Se hereda de ReplicationObject).
Método publico EnumDistributionPublications Returns information stored at the Distributor about publications at this Publisher.
Método publico EnumRegisteredSubscribers Returns information stored at the Distributor about Subscribers to publications at this Publisher.
Método publico EnumTransPublications Returns information at the Distributor about transactional publications at this Publisher.
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 registration for this Publisher from the currently connected Distributor.
Método publico Script Generates a Transact-SQL script that can be used to install or uninstall the Publisher.
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 DistributionDatabase Gets or sets the name of the distribution database used by the Publisher.
Propiedad pública DistributionPublications Returns the publications that exist at the Publisher.
Propiedad pública HeterogeneousLogReaderAgentExists Gets whether the Log Reader Agent job exists for the non-SQL Server Publisher.
Propiedad pública HeterogeneousLogReaderAgentProcessSecurity Gets the security context used by the Log Reader agent for a non-SQL Server Publisher.
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 Publisher instance of Microsoft SQL Server.
Propiedad pública PublisherSecurity Gets the security context used by replication agent when connecting to the Publisher.
Propiedad pública PublisherType Gets or sets the Publisher type.
Propiedad pública RegisteredSubscribers Returns the Subscribers that are subscribed to publications at the Publisher.
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 Publisher status.
Propiedad pública ThirdParty Gets or sets whether the Publisher is a non-SQL Server Publisher.
Propiedad pública TransPublications Returns the transactional publications at the Publisher.
Propiedad pública TrustedDistributorConnection Infraestructura.
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).
Propiedad pública WorkingDirectory Gets or sets the name of the working directory used to store data and schema files for the publication.

Principio