Поделиться через


Элементы 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.

Тип ReplicationServer предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReplicationServer() () () () Initializes a new instance of the ReplicationServer class.
Открытый метод 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.

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство AgentCheckupInterval Gets or sets the interval for the Distribution Agent to perform a checkup.
Открытое свойство CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Наследуется из ReplicationObject.)
Открытое свойство ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Наследуется из ReplicationObject.)
Открытое свойство DistributionDatabase Gets the name of the distribution database for the currently connected instance of SQL Server. 
Открытое свойство DistributionDatabases Gets the distribution databases defined on the replication server.
Открытое свойство DistributionPublishers Gets the Publishers that use the currently connected instance of Microsoft SQL Server as a Distributor.
Открытое свойство DistributionServer Gets or sets the name of the Distributor for the currently connected instance of SQL Server.
Открытое свойство DistributorAvailable Gets whether the Distributor for the currently connected instance of Microsoft SQL Server is currently connected and available or not.
Открытое свойство DistributorInstalled Gets whether the currently connected instance of SQL Server has a local or remote Distributor. 
Открытое свойство HasRemotePublisher Gets whether or not the currently connected instance of Microsoft SQL Server is a Distributor with a remote Publisher. 
Открытое свойство IsDistributor Gets whether the currently connected instance of SQL Server is a Distributor or not.
Открытое свойство IsExistingObject Gets whether the object exists on the server or not. (Наследуется из ReplicationObject.)
Открытое свойство IsPublisher Gets whether or not the currently connected instance of Microsoft SQL Server is a Publisher.
Открытое свойство Name Gets the name of the instance of Microsoft SQL Server.
Открытое свойство RegisteredSubscribers Gets the Subscribers registered with the Publisher.
Открытое свойство ReplicationDatabases Gets the databases enabled for replication in the connected instance of Microsoft SQL Server.
Открытое свойство SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Наследуется из ReplicationObject.)
Открытое свойство UserData Gets or sets an object property that allows users to attach their own data to the object. (Наследуется из ReplicationObject.)
Открытое свойство WorkingDirectory Gets the working directory used by a Publisher.

В начало