SqlSyncTableProvisioning::CreateTrackingTable Property

Gets or sets whether to create a table that stores change-tracking metadata for the base table.

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