Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The SetFailoverMode method sets the update mode for updating subscriptions that support failover.
Syntax
object.SetFailoverMode FailoverMode
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLDistribution Object (Replication ActiveX) object. |
FailoverMode |
Value from the REPL_FAILOVER_MODE (Replication ActiveX) enumeration. |
Applies To
SQLDistribution Object (Replication ActiveX)
Hinweise
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).
Prototype (C/C++)
HRESULT SetFailoverMode(REPL_FAILOVER_MODE FailoverMode);
Siehe auch
Aufgaben
Verweis
REPL_FAILOVER_MODE (Replication ActiveX)