SyncTableProvisioning Class Members
In This Topic
The following tables list the members exposed by SyncTableProvisioning.
Public Properties
| Name | Description |
| CreateProcedures | Determines whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. |
| CreateProceduresForAdditionalScope | Determines whether to create sets of stored procedures that insert, update, and delete data and synchronization metadata for any additional scopes. |
| CreateTable | Determines whether to create the table that is synchronized. |
| CreateTrackingTable | Determines whether to create the table that store change-tracking metadata for the synchronized table. |
| CreateTriggers | Determines whether to create the triggers on the provisioned table, that update tracking the table. |
| FilterClause | Gets or sets the filter condition (a WHERE clause without the WHERE keyword) to filter table data to be synchronized. |
| FilterColumns | Gets the list of columns that are used for filtering data. |
| FilterParameters | Gets the collection of parameters, used for filtering and specified in the FilterClause property. |
| GlobalName | Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
| LocalName | Gets or sets 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 preffix for names of Sync Framework metadata objects. |
| ObjectSchema | Gets or sets the schema containing Sync Framework metadata objects. |
| PopulateTrackingTable | Specifies whether to insert metadata into the change-tracking table for rows that already exist in the provisioned table. The default value is CreateOrUseExisting. |
| SelectChangesProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select changes from a synchronized table during synchronization. |
| UnquotedGlobalName | Gets or sets the name, not including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
| UnquotedLocalName | Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
Top
Public Methods
| Name | Description |
| AddFilterColumn | Adds a column that is used in the FilterClause to filter data rows for synchronization. |
| Apply | Applies the provisioning script to a database. |
| Script | Generates the SQL script to provision the table. |
| ToString | Returns a string that represents the SqlSyncTableProvisioning object. |
Top
See Also