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)

Syntax

'Declaration
Public Property PopulateTrackingTable As DbSyncCreationOption
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As DbSyncCreationOption

value = instance.PopulateTrackingTable

instance.PopulateTrackingTable = value
public DbSyncCreationOption PopulateTrackingTable { get; set; }
public:
property DbSyncCreationOption PopulateTrackingTable {
    DbSyncCreationOption get ();
    void set (DbSyncCreationOption value);
}
/** @property */
public DbSyncCreationOption get_PopulateTrackingTable ()

/** @property */
public void set_PopulateTrackingTable (DbSyncCreationOption value)
public function get PopulateTrackingTable () : DbSyncCreationOption

public function set PopulateTrackingTable (value : DbSyncCreationOption)

Property Value

A DbSyncCreationOption enumeration value that specifies whether to insert metadata into the change-tracking table.

See Also

Reference

SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace