SqlCeSyncTableProvisioning Class
Represents the provisioning of a SQL Server Compact database table that is represented by a DbSyncTableDescription object.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
The SqlCeSyncTableProvisioning type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateTable | Gets or sets whether to create a base table. |
![]() | GlobalName | Gets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
![]() | LocalName | Gets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
![]() | ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. |
![]() | UnquotedGlobalName | Gets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
![]() | UnquotedLocalName | Gets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
| Name | Description | |
|---|---|---|
![]() | Apply(SqlCeConnection) | Applies the provisioning script to a SQL Server Compact database over the specified connection. |
![]() | Apply(SqlCeTransaction) | Applies the provisioning script to a SQL Server Compact database within the specified transaction. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the SqlCeSyncTableProvisioning object. (Overrides Object.ToString.) |
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).
Show:
