SqlCeSyncScopeDeprovisioning Class
Removes scopes and other synchronization elements from a SQL Server Compact database that was previously provisioned for synchronization.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncScopeDeprovisioning
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Class SqlCeSyncScopeDeprovisioning
'Usage
Dim instance As SqlCeSyncScopeDeprovisioning
public class SqlCeSyncScopeDeprovisioning
public ref class SqlCeSyncScopeDeprovisioning
type SqlCeSyncScopeDeprovisioning = class end
public class SqlCeSyncScopeDeprovisioning
The SqlCeSyncScopeDeprovisioning type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeSyncScopeDeprovisioning | Initializes a new instance of the SqlCeSyncScopeDeprovisioning class with the specified connection. |
Top
Properties
Name | Description | |
---|---|---|
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. |
Top
Methods
Name | Description | |
---|---|---|
DeprovisionScope | Deprovisions the specified scope by removing all associated synchronization elements from the database. | |
DeprovisionStore | Removes all synchronization metadata tables, triggers, and stored procedures from the database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.