SqlSyncTableProvisioning::PopulateTrackingTable Property

Gets or sets whether to insert metadata into the change-tracking table for rows that already exist in the base table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
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::DbSyncCreationOption
One of the enumeration values that specifies whether to insert metadata into the change-tracking table.
Show: