SqlSyncScopeProvisioning Members
Represents the provisioning of a SQL Server database for a particular scope that is represented by a DbSyncScopeDescription object.
The following tables list the members exposed by the SqlSyncScopeProvisioning type.
Public Constructors
Name | Description | |
---|---|---|
SqlSyncScopeProvisioning | Overloaded. Initializes a new instance of the SqlSyncScopeProvisioning class. |
Top
Public Properties
Name | Description | |
---|---|---|
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. | |
ObjectSchema | Gets or sets the database schema in which Sync Framework creates objects. | |
Tables | Gets a collection of SqlSyncTableProvisioning objects that each represent the provisioning of a database table. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Apply | Applies the provisioning script to a SQL Server database over the specified connection. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
PopulateFromScopeDescription | Sets the scope description from which the database should be provisioned. | |
ReferenceEquals | (Inherited from Object.) | |
ScopeExists | Returns whether the specified scope exists. | |
Script | Generates a string that contains the SQL code to provision the database for a particular scope. | |
SetCreateProceduresDefault | Sets whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. | |
SetCreateProceduresForAdditionalScopeDefault | Sets whether to create for any additional scopes sets of stored procedures that insert, update, and delete data and synchronization metadata. | |
SetCreateTableDefault | Sets whether to create base tables when a scope is configured. | |
SetCreateTrackingTableDefault | Sets whether to create tables that store change-tracking metadata. | |
SetCreateTriggersDefault | Sets whether to create on base tables triggers that update tracking tables. | |
SetPopulateTrackingTableDefault | Sets whether to insert metadata into change-tracking tables for rows that already exist in base tables. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlSyncScopeProvisioning Class
Microsoft.Synchronization.Data.SqlServer Namespace