AddOption Enumeration

Determines whether the subscription will be added to an existing database or whether a new database will be created when the subscription is added.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Enumeration AddOption
'Usage
Dim instance As AddOption
public enum AddOption
public enum class AddOption
type AddOption
public enum AddOption

Members

Member name Description
ExistingDatabase Adds the subscription to the existing database that defined in the connection string.
CreateDatabase Causes a new SQL Server Compact 4.0 database to be created when the subscription is created.

See Also

Reference

System.Data.SqlServerCe Namespace