Enum CdcControlOperation
C#
public enum CdcControlOperation
Fields
GetProcessingRange | Specifies that a dataflow that uses the CDC Source component is about to be run. |
MarkCdcStart | Specifies that an initial load from a database snapshot should be performed. |
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. |
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. |
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. |