SqlSyncAdapterBuilder::ToSyncAdapter Method (Boolean, Boolean, Boolean, Boolean)

Creates a synchronization adapter for the table specified in TableName, with the option of not downloading tracking columns to the client.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public:
SyncAdapter^ ToSyncAdapter(
	bool includeCreationTrackingColumn, 
	bool includeUpdateTrackingColumn, 
	bool includeCreationOriginatorIdColumn, 
	bool includeUpdateOriginatorIdColumn
)

Parameters

includeCreationTrackingColumn
Type: System::Boolean
true to include the column in the client table; otherwise, false.
includeUpdateTrackingColumn
Type: System::Boolean
true to include the column in the client table; otherwise, false.
includeCreationOriginatorIdColumn
Type: System::Boolean
true to include the column in the client table; otherwise, false.
includeUpdateOriginatorIdColumn
Type: System::Boolean
true to include the column in the client table; otherwise, false.
Show: