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