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 DBDROPOPTION constants specify whether the Subscriber database should be dropped when calling the DropSubscription Method (Replication ActiveX) method of the SQLDistribution Object (Replication ActiveX) and SQLMerge Object (Replication ActiveX) objects.
| Constant | Value | Description |
|---|---|---|
DROP_DATABASE |
1 |
Drops the Subscriber database and the subscription, if specified. |
LEAVE_DATABASE |
0 |
Drops the subscription without dropping the Subscriber database. |
UNREGISTER_SUBSCRIPTION |
2 |
Unregisters, but does not drop, the subscription. |