Compartilhar via


Membros ReplicationServer

Represents an instance of Microsoft SQL Server that is involved in replication. It can take the role of Distributor, Publisher, Subscriber, or any combination of them.

O tipo ReplicationServer expõe os seguintes membros.

Construtores

  Nome Descrição
Método público ReplicationServer() () () () Initializes a new instance of the ReplicationServer class.
Método público ReplicationServer(ServerConnection) Initializes a new instance of the ReplicationServer class with the specified connection context that is used to establish a connection with the instance of Microsoft SQL Server.

Início

Métodos

  Nome Descrição
Método público AttachSubscriptionDatabase Attaches a copied subscription database at the Subscriber.
Método público ChangeDistributorPassword(SecureString) Changes the Distributor password, where the new password is supplied as a SecureString object.
Método público ChangeDistributorPassword(String) Changes the Distributor password.
Método público ChangeReplicationServerPasswords(ReplicationSecurityMode, String, SecureString) Changes all stored instances of the password for a login maintained on the replication server using a SecureString object.
Método público ChangeReplicationServerPasswords(ReplicationSecurityMode, String, String) Changes all stored instances of the password for a login maintained on the replication server.
Método protegido CheckValidCreation Infraestrutura. (Herdado de ReplicationObject.)
Método protegido CheckValidDefinition Infraestrutura. (Herdado de ReplicationObject.)
Método público CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Herdado de ReplicationObject.)
Método público CopySubscriptionDatabase Copies an existing pull subscription database.
Método público Decouple Decouples the referenced replication object from the server. (Herdado de ReplicationObject.)
Método público EnumAgentProfiles Returns the replication agent performance profiles supported on the server.
Método público EnumBusinessLogicHandlers Returns the business logic handlers registered at the server.
Método público EnumCurrentPrincipals Returns information for all published databases that are participating in database mirroring.
Método público EnumCustomResolvers Returns all custom conflict resolvers registered on the connected instance of SQL Server.
Método público EnumDistributionDatabases Returns the distribution databases installed when the currently connected instance of Microsoft SQL Server is a Distributor.
Método público EnumDistributionPublishers Returns the Publishers using the currently connected instance of Microsoft SQL Server as their Distributor. 
Método público EnumHeterogeneousColumns Returns the columns in a table on a non-SQL Server Publisher.
Método público EnumHeterogeneousTables Returns the available tables on a non-SQL Server Publisher.
Método público EnumLightPublications Infraestrutura.
Método público EnumRegisteredSubscribers Returns the Subscribers that are registered at a Publisher.
Método público EnumReplicationDatabases Returns the databases enabled for replication.
Método público EnumSubscriberSubscriptions Returns the subscriptions on a Subscriber server.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método protegido GetChangeCommand Infraestrutura. (Herdado de ReplicationObject.)
Método protegido GetCreateCommand Infraestrutura. (Herdado de ReplicationObject.)
Método público GetCurrentPrincipal Returns the current database mirroring principal for the specified publication database.
Método protegido GetDropCommand Infraestrutura. (Herdado de ReplicationObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetOriginalPublisher Returns the name of the originating Publisher for a published database participating in a database mirroring session.
Método público GetType (Herdado de Object.)
Método público InstallDistributor(SecureString, DistributionDatabase) Installs a Distributor on the currently connected instance of Microsoft SQL Server, where the password is specified using a SecureString object.
Método público InstallDistributor(String, DistributionDatabase) Installs a Distributor on the currently connected instance of Microsoft SQL Server.
Método público InstallDistributor(String, SecureString) Registers a remote Distributor, where the password is specified using a SecureString object.
Método público InstallDistributor(String, String) Registers a remote Distributor.
Método protegido InternalRefresh Infraestrutura. (Herdado de ReplicationObject.)
Método público Load Loads the properties of an existing object from the server. (Herdado de ReplicationObject.)
Método público LoadProperties Loads the properties of an existing object from the server. (Herdado de ReplicationObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Refresh Reloads the properties of the object. (Herdado de ReplicationObject.)
Método público Script Returns a Transact-SQL script to install or uninstall replication on the server.
Método público ScriptInstallDistributor Returns a Transact-SQL script that installs the Distributor.
Método público ScriptUninstallDistributor Returns a Transact-SQL script that can be used to uninstall the Distributor.
Método público ToString (Herdado de Object.)
Método público UninstallDistributor Uninstalls replication publishing and distribution on the currently connected instance of SQL Server. 

Início

Propriedades

  Nome Descrição
Propriedade pública AgentCheckupInterval Gets or sets the interval for the Distribution Agent to perform a checkup.
Propriedade pública CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Herdado de ReplicationObject.)
Propriedade pública ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Herdado de ReplicationObject.)
Propriedade pública DistributionDatabase Gets the name of the distribution database for the currently connected instance of SQL Server. 
Propriedade pública DistributionDatabases Gets the distribution databases defined on the replication server.
Propriedade pública DistributionPublishers Gets the Publishers that use the currently connected instance of Microsoft SQL Server as a Distributor.
Propriedade pública DistributionServer Gets or sets the name of the Distributor for the currently connected instance of SQL Server.
Propriedade pública DistributorAvailable Gets whether the Distributor for the currently connected instance of Microsoft SQL Server is currently connected and available or not.
Propriedade pública DistributorInstalled Gets whether the currently connected instance of SQL Server has a local or remote Distributor. 
Propriedade pública HasRemotePublisher Gets whether or not the currently connected instance of Microsoft SQL Server is a Distributor with a remote Publisher. 
Propriedade pública IsDistributor Gets whether the currently connected instance of SQL Server is a Distributor or not.
Propriedade pública IsExistingObject Gets whether the object exists on the server or not. (Herdado de ReplicationObject.)
Propriedade pública IsPublisher Gets whether or not the currently connected instance of Microsoft SQL Server is a Publisher.
Propriedade pública Name Gets the name of the instance of Microsoft SQL Server.
Propriedade pública RegisteredSubscribers Gets the Subscribers registered with the Publisher.
Propriedade pública ReplicationDatabases Gets the databases enabled for replication in the connected instance of Microsoft SQL Server.
Propriedade pública SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Herdado de ReplicationObject.)
Propriedade pública UserData Gets or sets an object property that allows users to attach their own data to the object. (Herdado de ReplicationObject.)
Propriedade pública WorkingDirectory Gets the working directory used by a Publisher.

Início