MdmSqlCtChangeTracking Class [AX 2012]
The MdmSqlCtChangeTracking class is an SQL Change Tracking provider for master data management.
| Method | Description | |
|---|---|---|
| addJoinedDataSources | (Inherited from AifSqlCtChangeTracking.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createChangedItemSql | Generates an SQL statement that contains SQL CDC functions. (Inherited from AifSqlCtChangeTracking.) |
| createDeclarationBlock | (Inherited from AifSqlCtChangeTracking.) |
| createDeletedItemSql | Generates a SQL statement that contains SQL CDC Functions. (Inherited from AifSqlCtChangeTracking.) |
| createRootTableJoin | Construct the SQL join to capture the changes to the entity due to changes in the underlying table. (Overrides the createRootTableJoin Method.) |
| createSelectBlock | (Inherited from AifSqlCtChangeTracking.) |
| createSelectStatementForDatasource | (Inherited from AifSqlCtChangeTracking.) |
| createSqlForMdm | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillTempTable | Fills the temporary table by running the specified SQL parameter. (Inherited from AifChangeTracking.) |
| getAllDataForMdm | Get all the recIDs of the records that are not imported from MDS. |
| getChanges | Gets the changes again the last synchronization time. (Inherited from AifChangeTracking.) |
| getChangesForMdm | Get all recIDs for records that have changed since last sync version. |
| getDeletes | Gets deletes since the last synchronization time. (Inherited from AifChangeTracking.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the change tracking provider. (Inherited from AifSqlCtChangeTracking.) |
| initializeVersion | Converts the data time value into a Microsoft SQL Server Change Tracking version, and indicates whether a version was not found; this implies a full sync is required. (Inherited from AifSqlCtChangeTracking.) |
| isChangeTrackingEnabled | Indicates whether SQL Server CDC is enabled. (Inherited from AifSqlCtChangeTracking.) |
| isChangeTrackingEnabledForQuery | Checks whether Microsoft SQL Server Change Tracking is enabled for a query. (Inherited from AifSqlCtChangeTracking.) |
| isChangeTrackingEnabledForTable | Checks whether Microsoft SQL Server Change Tracking is enabled and whether the supplied table is registered in the AifSqlCdcEnabledTables configuration table. (Inherited from AifSqlCtChangeTracking.) |
| isFullSynchronizationRequired | Determines whether change tracking information is available for a given date and time. (Inherited from AifSqlCtChangeTracking.) |
| isPrimaryIndexRecId | Checks whether the primary index is a Record ID index. (Inherited from AifSqlCtChangeTracking.) |
| new | Initializes a new instance of the AifSqlCtChangeTracking class. (Inherited from AifSqlCtChangeTracking.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCurrentVersion | Gets or sets the CurrentVersion parameter. |
| parmModifiedByUser | Gets or sets the ModifiedByUser parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the MdmSqlCtChangeTracking class. |
Community Additions
ADD
Show: