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


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

В начало