AifChangeTrackingConfiguration Class [AX 2012]
The AifChangeTrackingConfiguration class contains functions that are used to configure Microsoft SQL Server Change Tracking related artifacts.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the AifChangeTrackingConfiguration class. |
| 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.) |
| 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.) |
| ::configureTablesForChangeTracking | |
| ::configureTablesForSqlChangeDataCapture | |
| ::configureTablesForSqlChangeTracking | |
| ::createSqlCtTableConfigurationSP | |
| ::createStoredProcedures | Creates stored procedures that are used in Change Tracking Configuration. |
| ::createTouchTriggersForQuery | Creates triggers for all nested data sources so that they touch their immediate parent on a change [Insert, Delete, Update]; When the nested data source is a table in a type hierarchy, the trigger is created on the root table of the hierarchy. |
| ::createTrigger | Creates a SQL Server AFTER DELETE trigger on the specified table. |
| ::createTriggerName | Creates a unique trigger name that is based on the query name, scope, and a GUID. |
| ::createTriggerSql | |
| ::deleteTouchTriggers | Deletes triggers that are defined on a table that is enabled for change tracking. |
| ::disableAllChangeTracking | Disables change tracking for all tables. |
| ::disableChangeTracking | Disables change tracking for all tables in a change tracking configuration scope. |
| ::dropStoredProcedure | |
| ::dropTrigger | |
| ::enableChangeTracking | Enables or disables change tracking on the database. |
| ::enableChangeTrackingForQuery | Enables all the tables in the query for change tracking. |
| ::enableSqlChangeDataCapture | |
| ::enableSqlChangeTracking | |
| ::initialize | This method initializes the change tracking configuration. |
| ::isChangeTrackingEnabled | Indicates whether change tracking is enabled on the database. |
| ::registerQueryForChangeTracking | Registers all the tables in the query for change tracking. |
| ::registerTableForChangeTracking |
Community Additions
ADD
Show: