다음을 통해 공유


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.

맨 위로 이동