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
Public method SqlCeSyncScopeDeprovisioning Initializes a new instance of the SqlCeSyncScopeDeprovisioning class with the specified connection.

Top

Properties

  Name Description
Public property ObjectPrefix Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.

Top

Methods

  Name Description
Public method DeprovisionScope Deprovisions the specified scope by removing all associated synchronization elements from the database.
Public method DeprovisionStore Removes all synchronization metadata tables, triggers, and stored procedures from the database.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Synchronization.Data.SqlServerCe Namespace