Membri DistributionDatabase

Represents a distribution database at the Distributor.

Il tipo DistributionDatabase espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DistributionDatabase() () () () Creates a new instance of the DistributionDatabase class.
Metodo pubblico DistributionDatabase(String, ServerConnection) Creates a new instance of the DistributionDatabase class, with the specified database name and a connection to the Distributor.

In alto

Metodi

  Nome Descrizione
Metodo protetto CheckValidCreation Infrastruttura. (Ereditato da ReplicationObject).
Metodo protetto CheckValidDefinition Infrastruttura. (Ereditato da ReplicationObject).
Metodo pubblico CleanUpAnonymousSubscription Removes metadata for anonymous subscriptions at the Distributor.
Metodo pubblico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Ereditato da ReplicationObject).
Metodo pubblico Create Creates the distribution database.
Metodo pubblico CreateQueueReaderAgent Creates the Queue Reader Agent job on the distribution database.
Metodo pubblico Decouple Decouples the referenced replication object from the server. (Ereditato da ReplicationObject).
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 protetto GetDropCommand Infrastruttura. (Ereditato da ReplicationObject).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
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 RegisterBusinessLogicHandler Registers a business logic handler assembly at the Distributor.
Metodo pubblico Remove Deletes the distribution database.
Metodo pubblico Script Generates a Transact-SQL script that can be used to create or delete the distribution database that the object represents.
Metodo pubblico ToString (Ereditato da Object).
Metodo pubblico UnregisterBusinessLogicHandler Removes the registration for a business logic handler from the Distributor.

In alto

Proprietà

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

In alto