CdcControlOperation Enumeration
The CdcControlOperation enumeration provides options for which CDC task operation should be performed in an instance of the CDC Control Task.
Enumeration Values
Name | Summary |
---|---|
MarkInitialLoadStart | Specifies that the current LSN for an initial load from an active database without a snapshot should be recorded. This operation should be used at the beginning of the package responsible for inital load. |
MarkInitialLoadEnd | Specifies that the current LSN for an initial load from an active database without a snapshot should be recorded. This operation should be used at the end of the package responsible for inital load. |
MarkCdcStart | Specifies that an initial load from a database snapshot should be performed. |
GetProcessingRange | Specifies that a dataflow that uses the CDC Source component is about to be run. |
MarkProcessedRange | Specifies that a dataflow that uses the CDC Source component has been completed. |
ResetCdcState | Specifies that the persistent CDC state for the current context should be reset. |