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_DBDROPOPTION enum specifies how the subscription is removed.
Members
The following table lists the available values for specifying how the subscription is removed.
| Member name | Value | Description |
|---|---|---|
LEAVE_DATABASE |
0 |
Removes the subscription, but does not drop the database. |
DROP_DATABASE |
1 |
Removes the subscription and drops the database. |
UNREGISTER_SUBSCRIPTION |
2 |
Unregisters, but does not drop, the subscription. |
Remarks
Some types of subscription removal have been deprecated in SQL Server 2008. For a complete listing, see Deprecated Features in SQL Server Replication in SQL Server 2008 Books Online.
See Also
Other Resources
Replication Programming (SQL Server Compact)