Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member CreateTrackingTable : DbSyncCreationOption with get, set
function get CreateTrackingTable () : DbSyncCreationOption
function set CreateTrackingTable (value : DbSyncCreationOption)
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.