SqlCeSyncScopeProvisioning Members
Represents the provisioning of a SQL Server Compact database for a particular scope that is represented by a DbSyncScopeDescription object.
The following tables list the members exposed by the SqlCeSyncScopeProvisioning type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeSyncScopeProvisioning | Overloaded. Initializes a new instance of the SqlCeSyncScopeProvisioning class. |
Top
Public Properties
Name | Description | |
---|---|---|
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. | |
Tables | Gets a collection of SqlCeSyncTableProvisioning 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 Compact 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. | |
SetCreateTableDefault | Sets whether to create base tables when a scope is configured. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlCeSyncScopeProvisioning Class
Microsoft.Synchronization.Data.SqlServerCe Namespace