Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the provisioning of a SQL Server Compact database table that is represented by a DbSyncTableDescription object.
The following tables list the members exposed by the SqlCeSyncTableProvisioning type.
Public Properties
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Apply | Overloaded. Applies the provisioning script to a SQL Server Compact database. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Overridden. Returns a string that represents the SqlCeSyncTableProvisioning object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlCeSyncTableProvisioning Class
Microsoft.Synchronization.Data.SqlServerCe Namespace