다음을 통해 공유


ReplicationDatabase 멤버

Represents a publication or subscription database in a replication topology.

ReplicationDatabase 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ReplicationDatabase() () () () Initializes a new instance of the ReplicationDatabase class.
공용 메서드 ReplicationDatabase(String, ServerConnection) Initializes a new instance of the ReplicationDatabase class with the specified database name, providing a connection to the server on which the database exists.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CheckValidCreation 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 CheckValidDefinition 인프라 (ReplicationObject에서 상속됩니다.)
공용 메서드 CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (ReplicationObject에서 상속됩니다.)
공용 메서드 CreateLogReaderAgent Creates a Log Reader Agent job for a database published with transactional replication.
공용 메서드 CreateQueueReaderAgent Creates a Queue Reader Agent job for the distribution database.
공용 메서드 Decouple Decouples the referenced replication object from the server. (ReplicationObject에서 상속됩니다.)
공용 메서드 EnumConflictTables Returns conflict information for all merge publications and subscriptions that use the replication database.
공용 메서드 EnumMergeConflictCounts Returns information on conflicts stored in a merge publication or subscription database.
공용 메서드 EnumMergePublications Returns a list of merge publications that use the replication database.
공용 메서드 EnumMergePullSubscriptions Returns all merge pull subscriptions that use this replication database.
공용 메서드 EnumPublicationArticles Returns replication information for published objects in the replication database.
공용 메서드 EnumReplicationSchemaBoundViews Returns all user-defined schema-bound view objects in the database.
공용 메서드 EnumReplicationStoredProcedures Returns all user-defined stored procedure objects in the database.
공용 메서드 EnumReplicationTables Returns all user-defined table objects in the database.
공용 메서드 EnumReplicationUserDefinedAggregates Returns a list of user-defined aggregates in the database.
공용 메서드 EnumReplicationUserDefinedFunctions Returns a list of user-defined functions in the database.
공용 메서드 EnumReplicationViews Returns a list of the user-defined views objects in the database.
공용 메서드 EnumTransConflictCounts Returns information on conflicts stored in an updating transactional publication or subscription database.
공용 메서드 EnumTransPublications Returns a list of transactional and snapshot publications that use the database.
공용 메서드 EnumTransPullSubscriptions Returns a list of transactional and snapshot pull subscriptions that use the database.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
보호된 메서드 GetChangeCommand 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 GetCreateCommand 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 GetDropCommand 인프라 (ReplicationObject에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 InternalRefresh 인프라 (ReplicationObject에서 상속됩니다.)
공용 메서드 LinkPublicationForUpdateableSubscription Sets the configuration and security information used by synchronization triggers of updatable subscriptions when connecting to the Publisher.
공용 메서드 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에서 상속됩니다.)
공용 메서드 ReadSubscriptionFailoverMode Returns the failover mode for an updating subscription to a transactional or snapshot publication.
공용 메서드 Refresh Reloads the properties of the object. (ReplicationObject에서 상속됩니다.)
공용 메서드 Script Returns a Transact-SQL script to enable or disable replication publishing and subscriptions on the database based on the properties of ReplicationDatabase.
공용 메서드 ScriptReplicationDBOption Returns a Transact-SQL script to enable or disable replication options on the database based on the properties of ReplicationDatabase.
공용 메서드 ToString (Object에서 상속됩니다.)
공용 메서드 WriteSubscriptionFailoverMode Sets the failover mode for an updating subscription to a transactional or snapshot publication.

맨 위로 이동

속성

  이름 설명
공용 속성 AllowMergePublication Specifies whether or not the database can be published using merge replication.
공용 속성 CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (ReplicationObject에서 상속됩니다.)
공용 속성 CompatibilityLevel Gets the minimum version of SQL Server with which the database has compatible behavior.
공용 속성 ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (ReplicationObject에서 상속됩니다.)
공용 속성 DBOwner Gets if the login used by the current connection has ownership rights to the database.
공용 속성 DBReadOnly Gets whether the database is read-only or not.
공용 속성 EnabledMergePublishing Gets or sets whether the database is enabled for merge publishing or not.
공용 속성 EnabledTransPublishing Gets or sets whether the database is enabled for transactional or snapshot publishing or not.
공용 속성 HasPublications Gets whether or not the database has existing publications.
공용 속성 HasPullSubscriptions Gets whether or not the database has existing pull subscriptions.
공용 속성 IsExistingObject Gets whether the object exists on the server or not. (ReplicationObject에서 상속됩니다.)
공용 속성 LogReaderAgentExists Gets whether or not the Log Reader Agent has been created for the publication database.
공용 속성 LogReaderAgentName Gets the name of an existing Log Reader Agent or sets the name when creating a new Log Reader Agent for a published database.
공용 속성 LogReaderAgentProcessSecurity Gets the Microsoft Windows account under which the Log Reader Agent job runs at the Distributor.
공용 속성 LogReaderAgentPublisherSecurity Gets the login used by the Log Reader Agent to connect to the Publisher.
공용 속성 MergePublications Returns the merge publications defined on the replication database.
공용 속성 MergePullSubscriptions Returns the merge pull subscriptions defined on the replication database.
공용 속성 Name Gets or sets the name of the replication database.
공용 속성 QueueReaderAgentExists Gets whether or not a Queue Reader Agent job exists for the database.
공용 속성 QueueReaderAgentProcessSecurity Gets the Microsoft Windows account under which the Queue Reader Agent job runs at the Distributor.
공용 속성 SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (ReplicationObject에서 상속됩니다.)
공용 속성 TransPublications Returns the transactional or snapshot publications defined on the replication database.
공용 속성 TransPullSubscriptions Represents the pull subscriptions to a transactional or snapshot publication defined on the replication database.
공용 속성 UserData Gets or sets an object property that allows users to attach their own data to the object. (ReplicationObject에서 상속됩니다.)

맨 위로 이동