DropOption Enumeration

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

System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.