다음을 통해 공유


DistributionDatabase 멤버

Represents a distribution database at the Distributor.

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

생성자

  이름 설명
공용 메서드 DistributionDatabase() () () () Creates a new instance of the DistributionDatabase class.
공용 메서드 DistributionDatabase(String, ServerConnection) Creates a new instance of the DistributionDatabase class, with the specified database name and a connection to the Distributor.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 CheckValidCreation 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 CheckValidDefinition 인프라 (ReplicationObject에서 상속됩니다.)
공용 메서드 CleanUpAnonymousSubscription Removes metadata for anonymous subscriptions at the Distributor.
공용 메서드 CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (ReplicationObject에서 상속됩니다.)
공용 메서드 Create Creates the distribution database.
공용 메서드 CreateQueueReaderAgent Creates the Queue Reader Agent job on the distribution database.
공용 메서드 Decouple Decouples the referenced replication object from the server. (ReplicationObject에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
보호된 메서드 GetChangeCommand 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 GetCreateCommand 인프라 (ReplicationObject에서 상속됩니다.)
보호된 메서드 GetDropCommand 인프라 (ReplicationObject에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 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에서 상속됩니다.)
공용 메서드 RegisterBusinessLogicHandler Registers a business logic handler assembly at the Distributor.
공용 메서드 Remove Deletes the distribution database.
공용 메서드 Script Generates a Transact-SQL script that can be used to create or delete the distribution database that the object represents.
공용 메서드 ToString (Object에서 상속됩니다.)
공용 메서드 UnregisterBusinessLogicHandler Removes the registration for a business logic handler from the Distributor.

맨 위로 이동

속성

  이름 설명
공용 속성 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에서 상속됩니다.)
공용 속성 DataFile Gets or sets the name of the data file for the distribution database.
공용 속성 DataFileSize Gets or sets the size of the primary database file for the distribution database.
공용 속성 DataFolder Gets or sets the path to the directory that contains the data file for the distribution database.
공용 속성 DistributionCleanupTaskName Gets the name of the SQL Server Agent job that is responsible for cleaning up the replication tables in the distribution.
공용 속성 DistributorSecurity Gets the security context used to connect to the Distributor to create the distribution database.
공용 속성 HistoryCleanupTaskName Gets the name of the SQL Server Agent job that is responsible for cleaning up replication history tables.
공용 속성 HistoryRetention Gets or sets the length of time, in hours, replication agent history data is to be retained.
공용 속성 IsExistingObject Gets whether the object exists on the server or not. (ReplicationObject에서 상속됩니다.)
공용 속성 LogFile Gets or sets the name of the file that stores database transaction log records.
공용 속성 LogFileSize Gets or sets the size of the file that stores database transaction log records.
공용 속성 LogFolder Gets or sets the path to the directory where the file that stores database transaction log records is located.
공용 속성 MaxDistributionRetention Gets or sets the maximum retention period, in hours, before transactions are deleted from the distribution database.
공용 속성 MinDistributionRetention Gets or sets the minimum retention period, in hours, before transactions are deleted from the distribution database.
공용 속성 Name Gets or sets the name of the distribution database.
공용 속성 QueueReaderAgentExists Gets or sets whether the Queue Reader Agent job has been created for this distribution database.
공용 속성 QueueReaderAgentName Gets or sets the name of the Queue Reader Agent job created for this distribution database.
공용 속성 QueueReaderAgentProcessSecurity Gets the agent process security context for running the Queue Reader Agent job.
공용 속성 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에서 상속됩니다.)

맨 위로 이동