• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Cdc Control Task Element

API Type:
Varigence.Languages.Biml.Task.AstCdcControlTaskNode
X-Ref:
  • Ast Cdc Control Task Node
  • Ast Task Base Node
  • Ast Task Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstAdoNetConnectionNode 
Specifies the ADO.NET connection that should be used for the CDC-enabled database This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
StateVariableNameAstVariableNode 
Specifies the SSIS package variable that should be used to store the state for the parent CDC Control task. This is a required reference to an existing definiton.
AutomaticStatePersistenceBooleanFalse
Specifies whether or not the CDC state should be persisted to a database table. The default is false. When true, the state persistence properties StateConnection, StateTable, and StateName must be provided.
CdcStartLsnString 
Specifies the database or snapshot Log Sequence Number (LSN) that should be used for the current CDC operation. If left empty, the task will use the current LSN. This property is only used when the ControlOperation is set to MarkCdcStart.
ChangeDetectionRetryIntervalInt3210
Specifies the number of seconds that the task should wait before attempting to retry change detection.
ChangeDetectionTimeoutInt3260
Specifies the number of seconds that the task should wait before failing change detection.
ControlOperationCdcControlOperationMarkInitialLoadStart
Specifies the CDC control operation that should be used for the CDC Control task. Acceptable values are provided in the CdcControlOperation enumeration.
DelayValidationBooleanfalse
This value specifies whether the validation of the Dataflow task in SSIS should be delayed until the package is executed. DelayValidation is most often used when the ETL process references tables and other server assets that were created in an earlier stage of the data processing run.
DisabledBooleanfalse
This value specifies whether the item is disabled. The default value is False.
DisableEventHandlersBooleanfalse
This value specifies whether the event handlers for this task, container, or package should be prevented from executing. The default value is False.
ExecutionValueVariableNameAstVariableBaseNode 
Specifies a variable to hold the execution results of this component. This references an existing definiton.
FailPackageOnFailureBooleanfalse
This value determines whether the container will fail when a container component fails. If this container corresponds to a package, then the only valid value is False.
FailParentOnFailureBooleanfalse
This value determines whether the parent container will fail when a child container failes. The default value is False.
ForcedExecutionValueString"0"
If the ForceExecutionValue property is set to True, then the container will return the value stored in this property as its execution value. Otherwise, this value will be ignored. The default value for ForecedExecutionValue is 0.
ForcedExecutionValueDataTypeTypeCodeInt32
This property specifies the data type of the value stored in the ForceExecutionValue property.
ForceExecutionResultForceExecutionResultNone
This value indicates whether a specified execution result value will result if the container runs. The default value is None, which means that the container does not force a specified outcome.
ForceExecutionValueBooleanfalse
Gets or sets a Boolean that indicates whether the execution value of the container should be forced to contain the value specified in the ForcedExecutionValue property.
IdGuid00000000-0000-0000-0000-000000000000
Allows the developer to specify a unique identifier (GUID) for the package. This can be used to retain a consistent ID between builds.
IsolationLevelIsolationLevelSerializable
Sets the Isolation Level which controls how Transactions behave for this container.
LanguageLanguageInherited
This specifies the default language to be used by this task and its descendants.
LoggingModeLoggingModeInherit
This value specifies whether logging is enabled or disabled by the container or by the parent container. The default value is UseParentSetting.
MaxErrorCountInt321
This value specifies the maximum number of errors allowed to occur before a package is forced to stop running. The default value is 1.
StateConnectionNameAstAdoNetConnectionNode 
Specifies the ADO.NET connection that should be used to access the table specified in the StateTable property that will persist CDC state. This references an existing definiton.
StateNameString 
Specifies a user-entered label for the state used in CDC persistence for the current operation.
TimeoutInt3230
This value specifies how long the CDC Control task should wait before timing out the connection. A value of 0 indicates no time out.
TransactionModeContainerTransactionModeJoin
This value specifies the transaction context in which this task will execute.

Singleton Children

ChildAPI TypeDescription
<PrecedenceConstraints />AstTaskflowPrecedenceConstraintsNodeThe AstTaskflowPrecedenceConstraintsNode type corresponds directly to a precedence constraint in a SQL Server Integration Services task control flow.
<StateTable />AstTableResourceNodeThe AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project.
<ExternalStateTable />AstUnmanagedTableResourceNodeThe AstUnmanagedTableResourceNode type is used for creating references to a table stored in an existing relational database that has not been modeled in the Biml project.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Events>
    <Event />
</Events>
AstTaskEventHandlerNode
This is a collection of event handlers that can respond to SQL Server Integration Services events that are raised on this task.
<Expressions>
    <Expression />
</Expressions>
AstPropertyExpressionNode
This is a collection of SSIS expression definitions for property value overrides that are specific to this task, container, or package.
<LogEvents>
    <LogEvent />
</LogEvents>
AstLogEventNode
This is a container for log event definitions that are specific to this task, container, or package.
<LogProviders>
    Multiple Choices...
</LogProviders>
AstLogProviderBaseNode
Defines the log providers to use for the SSIS task or container
This is a container for log provider definitions that are specific to this task, container, or package.
<Variables>
    <Variable />
</Variables>
AstVariableNode
This is a container for variable definitions that are specific to this task, container, or package.

© Varigence