Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |