Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The REPL_FAILOVER_MODE enumeration specifies the Subscriber update method to use when synchronizing a subscription to a transactional publication.
| Constant | Value | Description |
|---|---|---|
FAILOVER_IMMEDIATE |
1 |
Immediate updating. |
FAILOVER_NONE |
0 |
No updating from Subscriber. |
FAILOVER_QUEUED |
2 |
Queued updating. |
Remarks
To use this method, the subscription must support failover. For more information, see How to: Create an Updatable Subscription to a Transactional Publication (Replication Transact-SQL Programming).
See Also
Tasks
Reference
SetFailoverMode Method (Replication ActiveX)