Name | Description | |
---|---|---|
DB2SyncScopeProvisioning Constructor | Overloaded. Initializes a new instance of the DB2SyncScopeProvisioning class. |
The following tables list the members exposed by DB2SyncScopeProvisioning.
Name | Description | |
---|---|---|
DB2SyncScopeProvisioning Constructor | Overloaded. Initializes a new instance of the DB2SyncScopeProvisioning class. |
Name | Description | |
---|---|---|
CommandTimeout | Gets or sets the wait time, in seconds, for a provisioning command to execute before the command is stopped and an error is generated. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
ObjectPrefix | Gets or sets the optional preffix for names of Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
ObjectSchema | Gets or sets the schema containing Sync Framework metadata objects. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
ScopeName | Gets the name of the scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
Tables | Gets a collection of Devart.Data.Synchronization.SyncTableProvisioning objects that represent the provisioning of database tables. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
UserComment | Gets or sets the user-specified comment about the scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) |
Name | Description | |
---|---|---|
Apply | Applies the provisioning script to a database by using the connection that was specified in the constructor. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
PopulateFromScopeDescription | Sets the scope description from which the database should be provisioned. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
PopulateFromTemplate | Sets the template-based scope description from which the database should be provisioned. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
ScopeExists | Indicates whether the specified scope exists in the database, the connection, specified in the constructor. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
Script | Generates the SQL script to provision the database for a particular scope. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
SetCreateProceduresDefault | Specifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
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. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
SetCreateTableDefault | Specifies whether to create tables that store user data to synchronize. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
SetCreateTrackingTableDefault | Specifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
SetCreateTriggersDefault | Specifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
SetPopulateTrackingTableDefault | Specifies whether to insert metadata into change-tracking tables for rows that already exist in the provisioned tables. The default value is CreateOrUseExisting. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) | |
TemplateExists | Indicates whether the specified template exists in the database. (Inherited from Devart.Data.Synchronization.SyncScopeProvisioning) |