This documentation is archived and is not being maintained.
SqlSyncProviderAdapterConfiguration::TrackingTableName Property
Gets the name, not including database-specific delimiters, of the tracking table for a specific base table.
Namespace:
Microsoft.Synchronization.Data.SqlServer
Assembly:
Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
property String^ TrackingTableName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
System::StringThe name of the tracking table for a specific base table.
The default value of TableName_tracking is typically used for this property.