Specifies whether to leave or delete the SQL Server CE database during a drop subscription.
[Visual Basic] <Serializable> Public Enum DropOption [C#] [Serializable] public enum DropOption [C++] [Serializable] __value public enum DropOption [JScript] public Serializable enum DropOption
| Member name | Description |
|---|---|
| DropDatabase
Supported only by the .NET Compact Framework. |
Deletes the SQL Server CE database. |
| LeaveDatabase
Supported only by the .NET Compact Framework. |
Deletes the replication system tables and three replication system columns in the user tables, but does not delete the database. |
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework - Windows CE .NET
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)