SqlSyncTableProvisioning::PopulateTrackingTable Property
Gets or sets whether to insert metadata into the change-tracking table for rows that already exist in the base table.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property DbSyncCreationOption PopulateTrackingTable { DbSyncCreationOption get (); void set (DbSyncCreationOption value); }
Property Value
Type: Microsoft.Synchronization.Data::DbSyncCreationOptionOne of the enumeration values that specifies whether to insert metadata into the change-tracking table.
Show: