This documentation is archived and is not being maintained.
DropOption Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
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
Members
| 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. |
Requirements
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
See Also
Show: