SqlCeSyncTableProvisioning Class

Represents the provisioning of a SQL Server Compact database table that is represented by a DbSyncTableDescription object.

Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)

Syntax

'Declaration
Public Class SqlCeSyncTableProvisioning
'Usage
Dim instance As SqlCeSyncTableProvisioning
public class SqlCeSyncTableProvisioning
public ref class SqlCeSyncTableProvisioning
public class SqlCeSyncTableProvisioning
public class SqlCeSyncTableProvisioning

Remarks

Provisioning can occur at the level of the table, but it typically occurs at the level of the scope, which is a logical grouping of tables. For more information, see How to: Configure and Execute Collaborative Synchronization (SQL Server).

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SqlServerCe.SqlCeSyncTableProvisioning

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

SqlCeSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServerCe Namespace