Condividi tramite


Replication Object

Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The Replication object represents the entire replication system for an instance of Microsoft SQL Server, and it is the root of all replication objects.

Modello di oggetti SQL-DMO in cui è visualizzato l'oggetto corrente

Methods

EnumCustomResolvers Method

Uninstall Method

EnumDataSourceNames Method

ValidateDataSource Method

Script Method (Replication Objects)

 

Events

PercentComplete Event

StatusMessage Event

Osservazioni

With the Replication object, you can uninstall the replication system.

[!NOTA] The Replication object is compatible with instances of SQL Server versions 7.0 and later. However, the Replication2 object extends the functionality of the Replication object for use with features that were introduced in SQL Server 2000.

To uninstall the replication system

  • Use the Uninstall method of a connected Replication object.

Vedere anche

Riferimento

Replication2 Object

Guida in linea e informazioni

Assistenza su SQL Server 2005