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)

Syntax

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

value = instance.CreateTrackingTable

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

/** @property */
public void set_CreateTrackingTable (DbSyncCreationOption value)
public function get CreateTrackingTable () : DbSyncCreationOption

public function set CreateTrackingTable (value : DbSyncCreationOption)

Property Value

A DbSyncCreationOption enumeration value that specifies whether to create a table that stores change-tracking metadata for the base table.

See Also

Reference

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