SqlCeSyncTableProvisioning Class

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

Inheritance Hierarchy

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

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
type SqlCeSyncTableProvisioning =  class end
public class SqlCeSyncTableProvisioning

The SqlCeSyncTableProvisioning type exposes the following members.

Properties

  Name Description
Public property CreateTable Gets or sets whether to create a base table.
Public property GlobalName Gets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public property LocalName Gets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Public property ObjectPrefix Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Public property UnquotedGlobalName Gets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public property UnquotedLocalName Gets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.

Top

Methods

  Name Description
Public method Apply(SqlCeConnection) Applies the provisioning script to a SQL Server Compact database over the specified connection.
Public method Apply(SqlCeTransaction) Applies the provisioning script to a SQL Server Compact database within the specified transaction.
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 Returns a string that represents the SqlCeSyncTableProvisioning object. (Overrides Object.ToString().)

Top

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: Execute Database Synchronization (SQL Server).

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