SqlSyncTableProvisioning Properties

Public Properties

  Name Description
Public property CreateProcedures
Gets or sets whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata.
Public property CreateProceduresForAdditionalScope
Gets or sets whether to create for any additional scopes sets of stored procedures that insert, update, and delete data and synchronization metadata.
Public property CreateTable
Gets or sets whether to create a base table.
Public property CreateTrackingTable
Gets or sets whether to create a table that stores change-tracking metadata for the base table.
Public property CreateTriggers
Gets or sets whether to create on the base table triggers that update the tracking table.
Public property FilterClause
Gets or sets the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table.
Public property FilterColumns
Gets the list of columns that were added by using AddFilterColumn.
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 ObjectSchema
Gets or sets the database schema in which Sync Framework creates objects.
Public property PopulateTrackingTable
Gets or sets whether to insert metadata into the change-tracking table for rows that already exist in the base table.
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

See Also

Reference

SqlSyncTableProvisioning Class
Microsoft.Synchronization.Data.SqlServer Namespace