Condividi tramite


Membri 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.

Il tipo ReplicationServer espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReplicationServer() () () () Initializes a new instance of the ReplicationServer class.
Metodo pubblico 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 alto

Metodi

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

In alto

Proprietà

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

In alto