Name | Description | |
---|---|---|
![]() | Apply | Applies the provisioning script to a database by using the connection that was specified in the constructor. |
![]() | PopulateFromScopeDescription | Sets the scope description from which the database should be provisioned. |
![]() | PopulateFromTemplate | Sets the template-based scope description from which the database should be provisioned. |
![]() | ScopeExists | Indicates whether the specified scope exists in the database, the connection, specified in the constructor. |
![]() | Script | Generates the SQL script to provision the database for a particular scope. |
![]() | SetCreateProceduresDefault | Specifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting. |
![]() | SetCreateProceduresForAdditionalScopeDefault | Specifies whether to create additional stored procedures for a scope that contains tables that have already been provisioned for other scopes. For example, this scope adds a filter column to a table that has already been provisioned without the filter column. Set this option to Create to ensure that an additional change enumeration procedure is created that can handle the filter column. The default setting is Skip. |
![]() | SetCreateTableDefault | Specifies whether to create tables that store user data to synchronize. The default value is CreateOrUseExisting. |
![]() | SetCreateTrackingTableDefault | Specifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting. |
![]() | SetCreateTriggersDefault | Specifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting. |
![]() | SetPopulateTrackingTableDefault | Specifies whether to insert metadata into change-tracking tables for rows that already exist in the provisioned tables. The default value is CreateOrUseExisting. |
![]() | TemplateExists | Indicates whether the specified template exists in the database. |